Html Css Color HEX #F53497 Wild Strawberry

📋 copy color: '#F53497'

red 245 ◦ green 52 ◦ blue 151

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

Shades of Wild Strawberry #F53497

Tints of Wild Strawberry #F53497

RGB

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

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

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

R = 54.69%
G = 11.61%
B = 33.71%

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

#F53497 (or 0xF53497) is known color: Wild Strawberry. HEX triplet: F5, 34 and 97. RGB value is (245,52,151). Sum of RGB (Red+Green+Blue) = 245+52+151=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F53497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53497 is #0ACB68. Grayscale: #787878. Windows color (decimal): -707433 or 9909493. OLE color: 9909493.

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

Color convert

RGB 245 52 151 -
CMYK 0 0.79 0.38 0.04
HSL 329.22º 0.91% 0.58% -
HSV(B) 329.22º 0.79% 0.96% -
XYZ 44.47 24.1 31.59 -
YUV 120.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 245 52 151 0 0.79 0.38 0.04 329.22 0.91 0.58
Hex F5 34 97 0 4F 26 4 149 5B 3A
Octal 365 64 227 0 117 46 4 511 133 72
Binary 11110101 110100 10010111 0 1001111 100110 100 101001001 1011011 111010

Color Harmonies of #F53497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53497

Black with #F53497

Text Example


Text Example

White with #F53497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53497; }

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

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

background-color css

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

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

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

border-color css

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

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

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