Html Css Color HEX #F53598 Wild Strawberry

📋 copy color: '#F53598'

red 245 ◦ green 53 ◦ blue 152

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

Shades of Wild Strawberry #F53598

Tints of Wild Strawberry #F53598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.78%

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

R = 54.44%
G = 11.78%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53598 (or 0xF53598) is known color: Wild Strawberry. HEX triplet: F5, 35 and 98. RGB value is (245,53,152). Sum of RGB (Red+Green+Blue) = 245+53+152=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F53598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53598 is #0ACA67. Grayscale: #797979. Windows color (decimal): -707176 or 9975285. OLE color: 9975285.

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

Color convert

RGB 245 53 152 -
CMYK 0 0.78 0.38 0.04
HSL 329.06º 0.91% 0.58% -
HSV(B) 329.06º 0.78% 0.96% -
XYZ 44.6 24.23 32.03 -
YUV 121.69 145.11 215.95 -
System Red Green Blue C M Y K H S L
Decimal 245 53 152 0 0.78 0.38 0.04 329.06 0.91 0.58
Hex F5 35 98 0 4E 26 4 149 5B 3A
Octal 365 65 230 0 116 46 4 511 133 72
Binary 11110101 110101 10011000 0 1001110 100110 100 101001001 1011011 111010

Color Harmonies of #F53598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53598

Black with #F53598

Text Example


Text Example

White with #F53598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53598; }

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

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

background-color css

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

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

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

border-color css

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

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

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