#F340AA

Color #F340AA Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F340AA

Tints of Wild Strawberry #F340AA

Color information

#F340AA (or 0xF340AA) is unknown color: approx Wild Strawberry. HEX triplet: F3, 40 and AA. RGB value is (243,64,170). Sum of RGB (Red+Green+Blue) = 243+64+170=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F340AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340AA is #0CBF55. Grayscale: #818181. Windows color (decimal): -835414 or 11157747. OLE color: 11157747.

HSL color Cylindrical-coordinate representation of color #F340AA: hue angle of 324.47º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340AA is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24364170-
CMYK00.740.300.05
HSL324.47º88.18%60.2%-
HSV(B)324.47º73.66%95.29%-
XYZ46.0525.6240.55-
YUV129.6150.8208.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 64 (25.39% from 255) = 13.42%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=50.94%
G=13.42%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436417000.740.300.05324.4788.1860.2
HexF340AA04A1E5144583c
Octal363100252011236550413074
Binary1111001110000001010101001001010111101011010001001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F340AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F340AA; }

 p { color: rgb(243,64,170); }

 H1.HeaderClassName
 {
   color: #F340AA;
 }
 .AnyTagClassName
 {
   color: #F340AA;
 }
</style>
background-color css

<style>
 a { background-color: #F340AA; }

 a { background-color: rgb(243,64,170); }

 div.DivClassName
 {
   background-color: #F340AA;
 }
 .BgClassName
 {
   background-color: #F340AA;
 }
</style>
border-color css

<style>
 span { border-color: #F340AA; }

 span { border-color: rgb(243,64,170); }

 td.TdClassName
 {
   border-color: #F340AA;
 }
 .TagClassName
 {
   border-color: #F340AA;
 }
</style>