Html Css Color HEX #F53498 Wild Strawberry

📋 copy color: '#F53498'

red 245 ◦ green 52 ◦ blue 152

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

Shades of Wild Strawberry #F53498

Tints of Wild Strawberry #F53498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.58%

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

R = 54.57%
G = 11.58%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F53498 (or 0xF53498) is known color: Wild Strawberry. HEX triplet: F5, 34 and 98. RGB value is (245,52,152). Sum of RGB (Red+Green+Blue) = 245+52+152=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F53498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53498 is #0ACB67. Grayscale: #787878. Windows color (decimal): -707432 or 9975029. OLE color: 9975029.

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

Color convert

RGB 245 52 152 -
CMYK 0 0.79 0.38 0.04
HSL 328.91º 0.91% 0.58% -
HSV(B) 328.91º 0.79% 0.96% -
XYZ 44.55 24.14 32.02 -
YUV 121.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 245 52 152 0 0.79 0.38 0.04 328.91 0.91 0.58
Hex F5 34 98 0 4F 26 4 149 5B 3A
Octal 365 64 230 0 117 46 4 511 133 72
Binary 11110101 110100 10011000 0 1001111 100110 100 101001001 1011011 111010

Color Harmonies of #F53498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53498

Black with #F53498

Text Example


Text Example

White with #F53498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53498; }

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

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

background-color css

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

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

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

border-color css

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

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

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