Html Css Color HEX #F03997 Wild Strawberry

📋 copy color: '#F03997'

red 240 ◦ green 57 ◦ blue 151

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

Shades of Wild Strawberry #F03997

Tints of Wild Strawberry #F03997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

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

R = 53.57%
G = 12.72%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03997 (or 0xF03997) is known color: Wild Strawberry. HEX triplet: F0, 39 and 97. RGB value is (240,57,151). Sum of RGB (Red+Green+Blue) = 240+57+151=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F03997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03997 is #0FC668. Grayscale: #7A7A7A. Windows color (decimal): -1033833 or 9910768. OLE color: 9910768.

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

Color convert

RGB 240 57 151 -
CMYK 0 0.76 0.37 0.06
HSL 329.18º 0.86% 0.58% -
HSV(B) 329.18º 0.76% 0.94% -
XYZ 42.98 23.69 31.58 -
YUV 122.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 240 57 151 0 0.76 0.37 0.06 329.18 0.86 0.58
Hex F0 39 97 0 4C 25 6 149 56 3A
Octal 360 71 227 0 114 45 6 511 126 72
Binary 11110000 111001 10010111 0 1001100 100101 110 101001001 1010110 111010

Color Harmonies of #F03997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03997

Black with #F03997

Text Example


Text Example

White with #F03997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03997; }

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

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

background-color css

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

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

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

border-color css

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

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

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