Html Css Color HEX #F03097 Wild Strawberry

📋 copy color: '#F03097'

red 240 ◦ green 48 ◦ blue 151

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

Shades of Wild Strawberry #F03097

Tints of Wild Strawberry #F03097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 54.67%
G = 10.93%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03097 (or 0xF03097) is known color: Wild Strawberry. HEX triplet: F0, 30 and 97. RGB value is (240,48,151). Sum of RGB (Red+Green+Blue) = 240+48+151=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F03097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03097 is #0FCF68. Grayscale: #747474. Windows color (decimal): -1036137 or 9908464. OLE color: 9908464.

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

Color convert

RGB 240 48 151 -
CMYK 0 0.8 0.37 0.06
HSL 327.81º 0.86% 0.56% -
HSV(B) 327.81º 0.8% 0.94% -
XYZ 42.58 22.87 31.45 -
YUV 117.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 240 48 151 0 0.8 0.37 0.06 327.81 0.86 0.56
Hex F0 30 97 0 50 25 6 148 56 38
Octal 360 60 227 0 120 45 6 510 126 70
Binary 11110000 110000 10010111 0 1010000 100101 110 101001000 1010110 111000

Color Harmonies of #F03097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03097

Black with #F03097

Text Example


Text Example

White with #F03097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03097; }

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

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

background-color css

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

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

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

border-color css

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

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

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