Html Css Color HEX #F03089 Wild Strawberry

📋 copy color: '#F03089'

red 240 ◦ green 48 ◦ blue 137

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

Shades of Wild Strawberry #F03089

Tints of Wild Strawberry #F03089

RGB

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

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

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

R = 56.47%
G = 11.29%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F03089 (or 0xF03089) is known color: Wild Strawberry. HEX triplet: F0, 30 and 89. RGB value is (240,48,137). Sum of RGB (Red+Green+Blue) = 240+48+137=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F03089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03089 is #0FCF76. Grayscale: #737373. Windows color (decimal): -1036151 or 8990960. OLE color: 8990960.

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

Color convert

RGB 240 48 137 -
CMYK 0 0.8 0.43 0.06
HSL 332.19º 0.86% 0.56% -
HSV(B) 332.19º 0.8% 0.94% -
XYZ 41.51 22.45 25.81 -
YUV 115.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 240 48 137 0 0.8 0.43 0.06 332.19 0.86 0.56
Hex F0 30 89 0 50 2B 6 14C 56 38
Octal 360 60 211 0 120 53 6 514 126 70
Binary 11110000 110000 10001001 0 1010000 101011 110 101001100 1010110 111000

Color Harmonies of #F03089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03089

Black with #F03089

Text Example


Text Example

White with #F03089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03089; }

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

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

background-color css

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

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

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

border-color css

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

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

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