Html Css Color HEX #F03E99 Wild Strawberry

📋 copy color: '#F03E99'

red 240 ◦ green 62 ◦ blue 153

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

Shades of Wild Strawberry #F03E99

Tints of Wild Strawberry #F03E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 52.75%
G = 13.63%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F03E99 (or 0xF03E99) is known color: Wild Strawberry. HEX triplet: F0, 3E and 99. RGB value is (240,62,153). Sum of RGB (Red+Green+Blue) = 240+62+153=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03E99 is #0FC166. Grayscale: #7D7D7D. Windows color (decimal): -1032551 or 10043120. OLE color: 10043120.

HSL color Cylindrical-coordinate representation of color #F03E99: hue angle of 329.33º 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 #F03E99 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 62 153 -
CMYK 0 0.74 0.36 0.06
HSL 329.33º 0.86% 0.59% -
HSV(B) 329.33º 0.74% 0.94% -
XYZ 43.41 24.27 32.53 -
YUV 125.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 240 62 153 0 0.74 0.36 0.06 329.33 0.86 0.59
Hex F0 3E 99 0 4A 24 6 149 56 3B
Octal 360 76 231 0 112 44 6 511 126 73
Binary 11110000 111110 10011001 0 1001010 100100 110 101001001 1010110 111011

Color Harmonies of #F03E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E99

Black with #F03E99

Text Example


Text Example

White with #F03E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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