Html Css Color HEX #F03691 Wild Strawberry

📋 copy color: '#F03691'

red 240 ◦ green 54 ◦ blue 145

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

Shades of Wild Strawberry #F03691

Tints of Wild Strawberry #F03691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.3%

 BLUE value IS 145 (57.03% from 255) = 33.03%

R = 54.67%
G = 12.3%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03691 (or 0xF03691) is known color: Wild Strawberry. HEX triplet: F0, 36 and 91. RGB value is (240,54,145). Sum of RGB (Red+Green+Blue) = 240+54+145=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F03691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03691 is #0FC96E. Grayscale: #777777. Windows color (decimal): -1034607 or 9516784. OLE color: 9516784.

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

Color convert

RGB 240 54 145 -
CMYK 0 0.78 0.40 0.06
HSL 330.65º 0.86% 0.58% -
HSV(B) 330.65º 0.78% 0.94% -
XYZ 42.37 23.21 29.03 -
YUV 119.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 240 54 145 0 0.78 0.40 0.06 330.65 0.86 0.58
Hex F0 36 91 0 4E 28 6 14B 56 3A
Octal 360 66 221 0 116 50 6 513 126 72
Binary 11110000 110110 10010001 0 1001110 101000 110 101001011 1010110 111010

Color Harmonies of #F03691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03691

Black with #F03691

Text Example


Text Example

White with #F03691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03691; }

 p { color: rgb(240,54,145); }

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

background-color css

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

 a { background-color: rgb(240,54,145); }

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

border-color css

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

 span { border-color: rgb(240,54,145); }

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