Html Css Color HEX #F53197 Wild Strawberry

📋 copy color: '#F53197'

red 245 ◦ green 49 ◦ blue 151

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

Shades of Wild Strawberry #F53197

Tints of Wild Strawberry #F53197

RGB

 RED value IS 245 (96.09% from 255) = 55.06%

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

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

R = 55.06%
G = 11.01%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53197 (or 0xF53197) is known color: Wild Strawberry. HEX triplet: F5, 31 and 97. RGB value is (245,49,151). Sum of RGB (Red+Green+Blue) = 245+49+151=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F53197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53197 is #0ACE68. Grayscale: #777777. Windows color (decimal): -708201 or 9908725. OLE color: 9908725.

HSL color Cylindrical-coordinate representation of color #F53197: hue angle of 328.78º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53197 is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 151 -
CMYK 0 0.8 0.38 0.04
HSL 328.78º 0.91% 0.58% -
HSV(B) 328.78º 0.8% 0.96% -
XYZ 44.34 23.84 31.54 -
YUV 119.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 245 49 151 0 0.8 0.38 0.04 328.78 0.91 0.58
Hex F5 31 97 0 50 26 4 149 5B 3A
Octal 365 61 227 0 120 46 4 511 133 72
Binary 11110101 110001 10010111 0 1010000 100110 100 101001001 1011011 111010

Color Harmonies of #F53197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53197

Black with #F53197

Text Example


Text Example

White with #F53197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53197; }

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

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

background-color css

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

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

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

border-color css

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

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

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