Html Css Color HEX #F53199 Wild Strawberry

📋 copy color: '#F53199'

red 245 ◦ green 49 ◦ blue 153

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

Shades of Wild Strawberry #F53199

Tints of Wild Strawberry #F53199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 54.81%
G = 10.96%
B = 34.23%

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

#F53199 (or 0xF53199) is known color: Wild Strawberry. HEX triplet: F5, 31 and 99. RGB value is (245,49,153). Sum of RGB (Red+Green+Blue) = 245+49+153=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F53199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53199 is #0ACE66. Grayscale: #777777. Windows color (decimal): -708199 or 10039797. OLE color: 10039797.

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

Color convert

RGB 245 49 153 -
CMYK 0 0.8 0.38 0.04
HSL 328.16º 0.91% 0.58% -
HSV(B) 328.16º 0.8% 0.96% -
XYZ 44.5 23.91 32.41 -
YUV 119.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 245 49 153 0 0.8 0.38 0.04 328.16 0.91 0.58
Hex F5 31 99 0 50 26 4 148 5B 3A
Octal 365 61 231 0 120 46 4 510 133 72
Binary 11110101 110001 10011001 0 1010000 100110 100 101001000 1011011 111010

Color Harmonies of #F53199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53199

Black with #F53199

Text Example


Text Example

White with #F53199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53199; }

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

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

background-color css

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

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

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

border-color css

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

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

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