Html Css Color HEX #FC1FA3 Persian Rose

📋 copy color: '#FC1FA3'

red 252 ◦ green 31 ◦ blue 163

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

Shades of Persian Rose #FC1FA3

Tints of Persian Rose #FC1FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.95%

 BLUE value IS 163 (64.06% from 255) = 36.55%

R = 56.5%
G = 6.95%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC1FA3 (or 0xFC1FA3) is known color: Persian Rose. HEX triplet: FC, 1F and A3. RGB value is (252,31,163). Sum of RGB (Red+Green+Blue) = 252+31+163=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1FA3 is #03E05C. Grayscale: #6F6F6F. Windows color (decimal): -254045 or 10690556. OLE color: 10690556.

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

Color convert

RGB 252 31 163 -
CMYK 0 0.88 0.35 0.01
HSL 324.16º 0.97% 0.55% -
HSV(B) 324.16º 0.88% 0.99% -
XYZ 47.25 24.32 36.85 -
YUV 112.13 156.72 227.77 -
System Red Green Blue C M Y K H S L
Decimal 252 31 163 0 0.88 0.35 0.01 324.16 0.97 0.55
Hex FC 1F A3 0 58 23 1 144 61 37
Octal 374 37 243 0 130 43 1 504 141 67
Binary 11111100 11111 10100011 0 1011000 100011 1 101000100 1100001 110111

Color Harmonies of #FC1FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1FA3

Black with #FC1FA3

Text Example


Text Example

White with #FC1FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1FA3; }

 p { color: rgb(252,31,163); }

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

background-color css

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

 a { background-color: rgb(252,31,163); }

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

border-color css

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

 span { border-color: rgb(252,31,163); }

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