Html Css Color HEX #FC1F9A Persian Rose

📋 copy color: '#FC1F9A'

red 252 ◦ green 31 ◦ blue 154

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

Shades of Persian Rose #FC1F9A

Tints of Persian Rose #FC1F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 57.67%
G = 7.09%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC1F9A (or 0xFC1F9A) is known color: Persian Rose. HEX triplet: FC, 1F and 9A. RGB value is (252,31,154). Sum of RGB (Red+Green+Blue) = 252+31+154=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1F9A is #03E065. Grayscale: #6E6E6E. Windows color (decimal): -254054 or 10100732. OLE color: 10100732.

HSL color Cylindrical-coordinate representation of color #FC1F9A: hue angle of 326.61º 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 #FC1F9A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 31 154 -
CMYK 0 0.88 0.39 0.01
HSL 326.61º 0.97% 0.55% -
HSV(B) 326.61º 0.88% 0.99% -
XYZ 46.47 24.01 32.76 -
YUV 111.1 152.22 228.5 -
System Red Green Blue C M Y K H S L
Decimal 252 31 154 0 0.88 0.39 0.01 326.61 0.97 0.55
Hex FC 1F 9A 0 58 27 1 147 61 37
Octal 374 37 232 0 130 47 1 507 141 67
Binary 11111100 11111 10011010 0 1011000 100111 1 101000111 1100001 110111

Color Harmonies of #FC1F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F9A

Black with #FC1F9A

Text Example


Text Example

White with #FC1F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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