Html Css Color HEX #F03197 Wild Strawberry

📋 copy color: '#F03197'

red 240 ◦ green 49 ◦ blue 151

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

Shades of Wild Strawberry #F03197

Tints of Wild Strawberry #F03197

RGB

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

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

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

R = 54.55%
G = 11.14%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03197 (or 0xF03197) is known color: Wild Strawberry. HEX triplet: F0, 31 and 97. RGB value is (240,49,151). Sum of RGB (Red+Green+Blue) = 240+49+151=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F03197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03197 is #0FCE68. Grayscale: #757575. Windows color (decimal): -1035881 or 9908720. OLE color: 9908720.

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

Color convert

RGB 240 49 151 -
CMYK 0 0.80 0.37 0.06
HSL 327.96º 0.86% 0.57% -
HSV(B) 327.96º 0.8% 0.94% -
XYZ 42.62 22.96 31.46 -
YUV 117.74 146.78 215.21 -
System Red Green Blue C M Y K H S L
Decimal 240 49 151 0 0.80 0.37 0.06 327.96 0.86 0.57
Hex F0 31 97 0 50 25 6 148 56 39
Octal 360 61 227 0 120 45 6 510 126 71
Binary 11110000 110001 10010111 0 1010000 100101 110 101001000 1010110 111001

Color Harmonies of #F03197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03197

Black with #F03197

Text Example


Text Example

White with #F03197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03197; }

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

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

background-color css

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

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

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

border-color css

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

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

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