Html Css Color HEX #F03F99 Wild Strawberry

📋 copy color: '#F03F99'

red 240 ◦ green 63 ◦ blue 153

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

Shades of Wild Strawberry #F03F99

Tints of Wild Strawberry #F03F99

RGB

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

 GREEN value IS 63 (25% from 255) = 13.82%

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

R = 52.63%
G = 13.82%
B = 33.55%

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

#F03F99 (or 0xF03F99) is known color: Wild Strawberry. HEX triplet: F0, 3F and 99. RGB value is (240,63,153). Sum of RGB (Red+Green+Blue) = 240+63+153=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F99 is #0FC066. Grayscale: #7D7D7D. Windows color (decimal): -1032295 or 10043376. OLE color: 10043376.

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

Color convert

RGB 240 63 153 -
CMYK 0 0.74 0.36 0.06
HSL 329.49º 0.86% 0.59% -
HSV(B) 329.49º 0.74% 0.94% -
XYZ 43.46 24.38 32.55 -
YUV 126.18 143.14 209.18 -
System Red Green Blue C M Y K H S L
Decimal 240 63 153 0 0.74 0.36 0.06 329.49 0.86 0.59
Hex F0 3F 99 0 4A 24 6 149 56 3B
Octal 360 77 231 0 112 44 6 511 126 73
Binary 11110000 111111 10011001 0 1001010 100100 110 101001001 1010110 111011

Color Harmonies of #F03F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F99

Black with #F03F99

Text Example


Text Example

White with #F03F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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