Html Css Color HEX #FC1B9E Persian Rose

📋 copy color: '#FC1B9E'

red 252 ◦ green 27 ◦ blue 158

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

Shades of Persian Rose #FC1B9E

Tints of Persian Rose #FC1B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.18%

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

R = 57.67%
G = 6.18%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC1B9E (or 0xFC1B9E) is known color: Persian Rose. HEX triplet: FC, 1B and 9E. RGB value is (252,27,158). Sum of RGB (Red+Green+Blue) = 252+27+158=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1B9E is #03E461. Grayscale: #6C6C6C. Windows color (decimal): -255074 or 10361852. OLE color: 10361852.

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

Color convert

RGB 252 27 158 -
CMYK 0 0.89 0.37 0.01
HSL 325.07º 0.97% 0.55% -
HSV(B) 325.07º 0.89% 0.99% -
XYZ 46.71 23.95 34.51 -
YUV 109.21 155.54 229.85 -
System Red Green Blue C M Y K H S L
Decimal 252 27 158 0 0.89 0.37 0.01 325.07 0.97 0.55
Hex FC 1B 9E 0 59 25 1 145 61 37
Octal 374 33 236 0 131 45 1 505 141 67
Binary 11111100 11011 10011110 0 1011001 100101 1 101000101 1100001 110111

Color Harmonies of #FC1B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B9E

Black with #FC1B9E

Text Example


Text Example

White with #FC1B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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