Html Css Color HEX #FC1D9E Persian Rose

📋 copy color: '#FC1D9E'

red 252 ◦ green 29 ◦ blue 158

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

Shades of Persian Rose #FC1D9E

Tints of Persian Rose #FC1D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.61%

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 57.4%
G = 6.61%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC1D9E (or 0xFC1D9E) is known color: Persian Rose. HEX triplet: FC, 1D and 9E. RGB value is (252,29,158). Sum of RGB (Red+Green+Blue) = 252+29+158=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1D9E is #03E261. Grayscale: #6E6E6E. Windows color (decimal): -254562 or 10362364. OLE color: 10362364.

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

Color convert

RGB 252 29 158 -
CMYK 0 0.88 0.37 0.01
HSL 325.29º 0.97% 0.55% -
HSV(B) 325.29º 0.88% 0.99% -
XYZ 46.76 24.04 34.52 -
YUV 110.38 154.88 229.01 -
System Red Green Blue C M Y K H S L
Decimal 252 29 158 0 0.88 0.37 0.01 325.29 0.97 0.55
Hex FC 1D 9E 0 58 25 1 145 61 37
Octal 374 35 236 0 130 45 1 505 141 67
Binary 11111100 11101 10011110 0 1011000 100101 1 101000101 1100001 110111

Color Harmonies of #FC1D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D9E

Black with #FC1D9E

Text Example


Text Example

White with #FC1D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D9E; }

 p { color: rgb(252,29,158); }

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

background-color css

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

 a { background-color: rgb(252,29,158); }

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

border-color css

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

 span { border-color: rgb(252,29,158); }

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