Html Css Color HEX #F03091 Wild Strawberry

📋 copy color: '#F03091'

red 240 ◦ green 48 ◦ blue 145

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

Shades of Wild Strawberry #F03091

Tints of Wild Strawberry #F03091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

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

R = 55.43%
G = 11.09%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03091 (or 0xF03091) is known color: Wild Strawberry. HEX triplet: F0, 30 and 91. RGB value is (240,48,145). Sum of RGB (Red+Green+Blue) = 240+48+145=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F03091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03091 is #0FCF6E. Grayscale: #747474. Windows color (decimal): -1036143 or 9515248. OLE color: 9515248.

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

Color convert

RGB 240 48 145 -
CMYK 0 0.8 0.40 0.06
HSL 329.69º 0.86% 0.56% -
HSV(B) 329.69º 0.8% 0.94% -
XYZ 42.1 22.68 28.95 -
YUV 116.47 144.11 216.11 -
System Red Green Blue C M Y K H S L
Decimal 240 48 145 0 0.8 0.40 0.06 329.69 0.86 0.56
Hex F0 30 91 0 50 28 6 14A 56 38
Octal 360 60 221 0 120 50 6 512 126 70
Binary 11110000 110000 10010001 0 1010000 101000 110 101001010 1010110 111000

Color Harmonies of #F03091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03091

Black with #F03091

Text Example


Text Example

White with #F03091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03091; }

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

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

background-color css

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

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

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

border-color css

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

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

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