Html Css Color HEX #F53FAF Persian Rose

📋 copy color: '#F53FAF'

red 245 ◦ green 63 ◦ blue 175

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

Shades of Persian Rose #F53FAF

Tints of Persian Rose #F53FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 50.72%
G = 13.04%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F53FAF (or 0xF53FAF) is known color: Persian Rose. HEX triplet: F5, 3F and AF. RGB value is (245,63,175). Sum of RGB (Red+Green+Blue) = 245+63+175=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FAF is #0AC050. Grayscale: #818181. Windows color (decimal): -704593 or 11485173. OLE color: 11485173.

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

Color convert

RGB 245 63 175 -
CMYK 0 0.74 0.29 0.04
HSL 323.08º 0.9% 0.6% -
HSV(B) 323.08º 0.74% 0.96% -
XYZ 47.17 26.06 43.1 -
YUV 130.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 245 63 175 0 0.74 0.29 0.04 323.08 0.9 0.6
Hex F5 3F AF 0 4A 1D 4 143 5A 3C
Octal 365 77 257 0 112 35 4 503 132 74
Binary 11110101 111111 10101111 0 1001010 11101 100 101000011 1011010 111100

Color Harmonies of #F53FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53FAF

Black with #F53FAF

Text Example


Text Example

White with #F53FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53FAF; }

 p { color: rgb(245,63,175); }

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

background-color css

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

 a { background-color: rgb(245,63,175); }

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

border-color css

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

 span { border-color: rgb(245,63,175); }

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