Html Css Color HEX #F03EAB Wild Strawberry

📋 copy color: '#F03EAB'

red 240 ◦ green 62 ◦ blue 171

#F03EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #F03EAB

Tints of Wild Strawberry #F03EAB

RGB

 RED value IS 240 (94.14% from 255) = 50.74%

 GREEN value IS 62 (24.61% from 255) = 13.11%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 50.74%
G = 13.11%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F03EAB (or 0xF03EAB) is known color: Wild Strawberry. HEX triplet: F0, 3E and AB. RGB value is (240,62,171). Sum of RGB (Red+Green+Blue) = 240+62+171=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F03EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03EAB is #0FC154. Grayscale: #7F7F7F. Windows color (decimal): -1032533 or 11222768. OLE color: 11222768.

HSL color Cylindrical-coordinate representation of color #F03EAB: hue angle of 323.26º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03EAB is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 62 171 -
CMYK 0 0.74 0.29 0.06
HSL 323.26º 0.86% 0.59% -
HSV(B) 323.26º 0.74% 0.94% -
XYZ 45.01 24.91 40.96 -
YUV 127.65 152.47 208.14 -
System Red Green Blue C M Y K H S L
Decimal 240 62 171 0 0.74 0.29 0.06 323.26 0.86 0.59
Hex F0 3E AB 0 4A 1D 6 143 56 3B
Octal 360 76 253 0 112 35 6 503 126 73
Binary 11110000 111110 10101011 0 1001010 11101 110 101000011 1010110 111011

Color Harmonies of #F03EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03EAB

Black with #F03EAB

Text Example


Text Example

White with #F03EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03EAB; }

 p { color: rgb(240,62,171); }

 H1.HeaderClassName
 {
   color: #F03EAB;
 }
 .AnyTagClassName
 {
   color: #F03EAB;
 }
</style>

background-color css

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

 a { background-color: rgb(240,62,171); }

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

border-color css

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

 span { border-color: rgb(240,62,171); }

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