Html Css Color HEX #FC1E9E Persian Rose

📋 copy color: '#FC1E9E'

red 252 ◦ green 30 ◦ blue 158

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

Shades of Persian Rose #FC1E9E

Tints of Persian Rose #FC1E9E

RGB

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

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

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

R = 57.27%
G = 6.82%
B = 35.91%

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

#FC1E9E (or 0xFC1E9E) is known color: Persian Rose. HEX triplet: FC, 1E and 9E. RGB value is (252,30,158). Sum of RGB (Red+Green+Blue) = 252+30+158=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E9E is #03E161. Grayscale: #6E6E6E. Windows color (decimal): -254306 or 10362620. OLE color: 10362620.

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

Color convert

RGB 252 30 158 -
CMYK 0 0.88 0.37 0.01
HSL 325.41º 0.97% 0.55% -
HSV(B) 325.41º 0.88% 0.99% -
XYZ 46.78 24.09 34.53 -
YUV 110.97 154.55 228.59 -
System Red Green Blue C M Y K H S L
Decimal 252 30 158 0 0.88 0.37 0.01 325.41 0.97 0.55
Hex FC 1E 9E 0 58 25 1 145 61 37
Octal 374 36 236 0 130 45 1 505 141 67
Binary 11111100 11110 10011110 0 1011000 100101 1 101000101 1100001 110111

Color Harmonies of #FC1E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E9E

Black with #FC1E9E

Text Example


Text Example

White with #FC1E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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