Html Css Color HEX #FC32A7 Persian Rose

📋 copy color: '#FC32A7'

red 252 ◦ green 50 ◦ blue 167

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

Shades of Persian Rose #FC32A7

Tints of Persian Rose #FC32A7

RGB

 RED value IS 252 (98.83% from 255) = 53.73%

 GREEN value IS 50 (19.92% from 255) = 10.66%

 BLUE value IS 167 (65.63% from 255) = 35.61%

R = 53.73%
G = 10.66%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC32A7 (or 0xFC32A7) is known color: Persian Rose. HEX triplet: FC, 32 and A7. RGB value is (252,50,167). Sum of RGB (Red+Green+Blue) = 252+50+167=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32A7 is #03CD58. Grayscale: #7B7B7B. Windows color (decimal): -249177 or 10957564. OLE color: 10957564.

HSL color Cylindrical-coordinate representation of color #FC32A7: hue angle of 325.25º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32A7 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 50 167 -
CMYK 0 0.80 0.34 0.01
HSL 325.25º 0.97% 0.59% -
HSV(B) 325.25º 0.8% 0.99% -
XYZ 48.26 25.77 38.99 -
YUV 123.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 252 50 167 0 0.80 0.34 0.01 325.25 0.97 0.59
Hex FC 32 A7 0 50 22 1 145 61 3B
Octal 374 62 247 0 120 42 1 505 141 73
Binary 11111100 110010 10100111 0 1010000 100010 1 101000101 1100001 111011

Color Harmonies of #FC32A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC32A7

Black with #FC32A7

Text Example


Text Example

White with #FC32A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC32A7; }

 p { color: rgb(252,50,167); }

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

background-color css

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

 a { background-color: rgb(252,50,167); }

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

border-color css

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

 span { border-color: rgb(252,50,167); }

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