Html Css Color HEX #F03896 Wild Strawberry

📋 copy color: '#F03896'

red 240 ◦ green 56 ◦ blue 150

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

Shades of Wild Strawberry #F03896

Tints of Wild Strawberry #F03896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.56%

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 53.81%
G = 12.56%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03896 (or 0xF03896) is known color: Wild Strawberry. HEX triplet: F0, 38 and 96. RGB value is (240,56,150). Sum of RGB (Red+Green+Blue) = 240+56+150=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F03896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03896 is #0FC769. Grayscale: #797979. Windows color (decimal): -1034090 or 9844976. OLE color: 9844976.

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

Color convert

RGB 240 56 150 -
CMYK 0 0.77 0.37 0.06
HSL 329.35º 0.86% 0.58% -
HSV(B) 329.35º 0.77% 0.94% -
XYZ 42.85 23.56 31.14 -
YUV 121.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 240 56 150 0 0.77 0.37 0.06 329.35 0.86 0.58
Hex F0 38 96 0 4D 25 6 149 56 3A
Octal 360 70 226 0 115 45 6 511 126 72
Binary 11110000 111000 10010110 0 1001101 100101 110 101001001 1010110 111010

Color Harmonies of #F03896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03896

Black with #F03896

Text Example


Text Example

White with #F03896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03896; }

 p { color: rgb(240,56,150); }

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

background-color css

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

 a { background-color: rgb(240,56,150); }

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

border-color css

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

 span { border-color: rgb(240,56,150); }

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