Html Css Color HEX #FC2DAE Persian Rose

📋 copy color: '#FC2DAE'

red 252 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #FC2DAE

Tints of Persian Rose #FC2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.55%

 BLUE value IS 174 (68.36% from 255) = 36.94%

R = 53.5%
G = 9.55%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC2DAE (or 0xFC2DAE) is known color: Persian Rose. HEX triplet: FC, 2D and AE. RGB value is (252,45,174). Sum of RGB (Red+Green+Blue) = 252+45+174=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DAE is #03D251. Grayscale: #797979. Windows color (decimal): -250450 or 11415036. OLE color: 11415036.

HSL color Cylindrical-coordinate representation of color #FC2DAE: hue angle of 322.61º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DAE is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 45 174 -
CMYK 0 0.82 0.31 0.01
HSL 322.61º 0.97% 0.58% -
HSV(B) 322.61º 0.82% 0.99% -
XYZ 48.72 25.63 42.42 -
YUV 121.6 157.58 221.01 -
System Red Green Blue C M Y K H S L
Decimal 252 45 174 0 0.82 0.31 0.01 322.61 0.97 0.58
Hex FC 2D AE 0 52 1F 1 143 61 3A
Octal 374 55 256 0 122 37 1 503 141 72
Binary 11111100 101101 10101110 0 1010010 11111 1 101000011 1100001 111010

Color Harmonies of #FC2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DAE

Black with #FC2DAE

Text Example


Text Example

White with #FC2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DAE; }

 p { color: rgb(252,45,174); }

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

background-color css

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

 a { background-color: rgb(252,45,174); }

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

border-color css

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

 span { border-color: rgb(252,45,174); }

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