Html Css Color HEX #FC1E9B Persian Rose

📋 copy color: '#FC1E9B'

red 252 ◦ green 30 ◦ blue 155

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

Shades of Persian Rose #FC1E9B

Tints of Persian Rose #FC1E9B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.86%

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 57.67%
G = 6.86%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC1E9B (or 0xFC1E9B) is known color: Persian Rose. HEX triplet: FC, 1E and 9B. RGB value is (252,30,155). Sum of RGB (Red+Green+Blue) = 252+30+155=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E9B is #03E164. Grayscale: #6E6E6E. Windows color (decimal): -254309 or 10166012. OLE color: 10166012.

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

Color convert

RGB 252 30 155 -
CMYK 0 0.88 0.38 0.01
HSL 326.22º 0.97% 0.55% -
HSV(B) 326.22º 0.88% 0.99% -
XYZ 46.53 23.99 33.19 -
YUV 110.63 153.05 228.84 -
System Red Green Blue C M Y K H S L
Decimal 252 30 155 0 0.88 0.38 0.01 326.22 0.97 0.55
Hex FC 1E 9B 0 58 26 1 146 61 37
Octal 374 36 233 0 130 46 1 506 141 67
Binary 11111100 11110 10011011 0 1011000 100110 1 101000110 1100001 110111

Color Harmonies of #FC1E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E9B

Black with #FC1E9B

Text Example


Text Example

White with #FC1E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E9B; }

 p { color: rgb(252,30,155); }

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

background-color css

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

 a { background-color: rgb(252,30,155); }

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

border-color css

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

 span { border-color: rgb(252,30,155); }

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