Html Css Color HEX #F53CB2 Persian Rose

📋 copy color: '#F53CB2'

red 245 ◦ green 60 ◦ blue 178

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

Shades of Persian Rose #F53CB2

Tints of Persian Rose #F53CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.42%

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 50.72%
G = 12.42%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F53CB2 (or 0xF53CB2) is known color: Persian Rose. HEX triplet: F5, 3C and B2. RGB value is (245,60,178). Sum of RGB (Red+Green+Blue) = 245+60+178=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53CB2 is #0AC34D. Grayscale: #808080. Windows color (decimal): -705358 or 11681013. OLE color: 11681013.

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

Color convert

RGB 245 60 178 -
CMYK 0 0.76 0.27 0.04
HSL 321.73º 0.9% 0.6% -
HSV(B) 321.73º 0.76% 0.96% -
XYZ 47.31 25.86 44.62 -
YUV 128.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 245 60 178 0 0.76 0.27 0.04 321.73 0.9 0.6
Hex F5 3C B2 0 4C 1B 4 142 5A 3C
Octal 365 74 262 0 114 33 4 502 132 74
Binary 11110101 111100 10110010 0 1001100 11011 100 101000010 1011010 111100

Color Harmonies of #F53CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CB2

Black with #F53CB2

Text Example


Text Example

White with #F53CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CB2; }

 p { color: rgb(245,60,178); }

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

background-color css

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

 a { background-color: rgb(245,60,178); }

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

border-color css

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

 span { border-color: rgb(245,60,178); }

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