Html Css Color HEX #FC1F9D Persian Rose

📋 copy color: '#FC1F9D'

red 252 ◦ green 31 ◦ blue 157

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

Shades of Persian Rose #FC1F9D

Tints of Persian Rose #FC1F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 57.27%
G = 7.05%
B = 35.68%

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

#FC1F9D (or 0xFC1F9D) is known color: Persian Rose. HEX triplet: FC, 1F and 9D. RGB value is (252,31,157). Sum of RGB (Red+Green+Blue) = 252+31+157=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1F9D is #03E062. Grayscale: #6F6F6F. Windows color (decimal): -254051 or 10297340. OLE color: 10297340.

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

Color convert

RGB 252 31 157 -
CMYK 0 0.88 0.38 0.01
HSL 325.79º 0.97% 0.55% -
HSV(B) 325.79º 0.88% 0.99% -
XYZ 46.72 24.11 34.09 -
YUV 111.44 153.72 228.25 -
System Red Green Blue C M Y K H S L
Decimal 252 31 157 0 0.88 0.38 0.01 325.79 0.97 0.55
Hex FC 1F 9D 0 58 26 1 146 61 37
Octal 374 37 235 0 130 46 1 506 141 67
Binary 11111100 11111 10011101 0 1011000 100110 1 101000110 1100001 110111

Color Harmonies of #FC1F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F9D

Black with #FC1F9D

Text Example


Text Example

White with #FC1F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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