Html Css Color HEX #F03291 Wild Strawberry

📋 copy color: '#F03291'

red 240 ◦ green 50 ◦ blue 145

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

Shades of Wild Strawberry #F03291

Tints of Wild Strawberry #F03291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.49%

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

R = 55.17%
G = 11.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03291 (or 0xF03291) is known color: Wild Strawberry. HEX triplet: F0, 32 and 91. RGB value is (240,50,145). Sum of RGB (Red+Green+Blue) = 240+50+145=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F03291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03291 is #0FCD6E. Grayscale: #757575. Windows color (decimal): -1035631 or 9515760. OLE color: 9515760.

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

Color convert

RGB 240 50 145 -
CMYK 0 0.79 0.40 0.06
HSL 330º 0.86% 0.57% -
HSV(B) 330º 0.79% 0.94% -
XYZ 42.19 22.85 28.98 -
YUV 117.64 143.45 215.28 -
System Red Green Blue C M Y K H S L
Decimal 240 50 145 0 0.79 0.40 0.06 330 0.86 0.57
Hex F0 32 91 0 4F 28 6 14A 56 39
Octal 360 62 221 0 117 50 6 512 126 71
Binary 11110000 110010 10010001 0 1001111 101000 110 101001010 1010110 111001

Color Harmonies of #F03291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03291

Black with #F03291

Text Example


Text Example

White with #F03291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03291; }

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

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

background-color css

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

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

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

border-color css

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

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

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