Html Css Color HEX #F53998 Wild Strawberry

📋 copy color: '#F53998'

red 245 ◦ green 57 ◦ blue 152

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

Shades of Wild Strawberry #F53998

Tints of Wild Strawberry #F53998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 53.96%
G = 12.56%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53998 (or 0xF53998) is known color: Wild Strawberry. HEX triplet: F5, 39 and 98. RGB value is (245,57,152). Sum of RGB (Red+Green+Blue) = 245+57+152=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F53998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53998 is #0AC667. Grayscale: #7B7B7B. Windows color (decimal): -706152 or 9976309. OLE color: 9976309.

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

Color convert

RGB 245 57 152 -
CMYK 0 0.77 0.38 0.04
HSL 329.68º 0.9% 0.59% -
HSV(B) 329.68º 0.77% 0.96% -
XYZ 44.79 24.61 32.09 -
YUV 124.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 245 57 152 0 0.77 0.38 0.04 329.68 0.9 0.59
Hex F5 39 98 0 4D 26 4 14A 5A 3B
Octal 365 71 230 0 115 46 4 512 132 73
Binary 11110101 111001 10011000 0 1001101 100110 100 101001010 1011010 111011

Color Harmonies of #F53998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53998

Black with #F53998

Text Example


Text Example

White with #F53998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53998; }

 p { color: rgb(245,57,152); }

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

background-color css

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

 a { background-color: rgb(245,57,152); }

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

border-color css

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

 span { border-color: rgb(245,57,152); }

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