Html Css Color HEX #FC31AA Persian Rose

📋 copy color: '#FC31AA'

red 252 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #FC31AA

Tints of Persian Rose #FC31AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.4%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 53.5%
G = 10.4%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC31AA (or 0xFC31AA) is known color: Persian Rose. HEX triplet: FC, 31 and AA. RGB value is (252,49,170). Sum of RGB (Red+Green+Blue) = 252+49+170=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC31AA is #03CE55. Grayscale: #7B7B7B. Windows color (decimal): -249430 or 11153916. OLE color: 11153916.

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

Color convert

RGB 252 49 170 -
CMYK 0 0.81 0.33 0.01
HSL 324.24º 0.97% 0.59% -
HSV(B) 324.24º 0.81% 0.99% -
XYZ 48.5 25.79 40.45 -
YUV 123.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 252 49 170 0 0.81 0.33 0.01 324.24 0.97 0.59
Hex FC 31 AA 0 51 21 1 144 61 3B
Octal 374 61 252 0 121 41 1 504 141 73
Binary 11111100 110001 10101010 0 1010001 100001 1 101000100 1100001 111011

Color Harmonies of #FC31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31AA

Black with #FC31AA

Text Example


Text Example

White with #FC31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31AA; }

 p { color: rgb(252,49,170); }

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

background-color css

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

 a { background-color: rgb(252,49,170); }

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

border-color css

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

 span { border-color: rgb(252,49,170); }

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