Html Css Color HEX #F03189 Wild Strawberry

📋 copy color: '#F03189'

red 240 ◦ green 49 ◦ blue 137

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

Shades of Wild Strawberry #F03189

Tints of Wild Strawberry #F03189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.5%

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 56.34%
G = 11.5%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03189 (or 0xF03189) is known color: Wild Strawberry. HEX triplet: F0, 31 and 89. RGB value is (240,49,137). Sum of RGB (Red+Green+Blue) = 240+49+137=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F03189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03189 is #0FCE76. Grayscale: #737373. Windows color (decimal): -1035895 or 8991216. OLE color: 8991216.

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

Color convert

RGB 240 49 137 -
CMYK 0 0.80 0.43 0.06
HSL 332.36º 0.86% 0.57% -
HSV(B) 332.36º 0.8% 0.94% -
XYZ 41.55 22.53 25.83 -
YUV 116.14 139.78 216.34 -
System Red Green Blue C M Y K H S L
Decimal 240 49 137 0 0.80 0.43 0.06 332.36 0.86 0.57
Hex F0 31 89 0 50 2B 6 14C 56 39
Octal 360 61 211 0 120 53 6 514 126 71
Binary 11110000 110001 10001001 0 1010000 101011 110 101001100 1010110 111001

Color Harmonies of #F03189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03189

Black with #F03189

Text Example


Text Example

White with #F03189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03189; }

 p { color: rgb(240,49,137); }

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

background-color css

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

 a { background-color: rgb(240,49,137); }

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

border-color css

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

 span { border-color: rgb(240,49,137); }

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