Html Css Color HEX #FC31B5 Persian Rose

📋 copy color: '#FC31B5'

red 252 ◦ green 49 ◦ blue 181

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

Shades of Persian Rose #FC31B5

Tints of Persian Rose #FC31B5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 52.28%
G = 10.17%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC31B5 (or 0xFC31B5) is known color: Persian Rose. HEX triplet: FC, 31 and B5. RGB value is (252,49,181). Sum of RGB (Red+Green+Blue) = 252+49+181=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31B5 is #03CE4A. Grayscale: #7C7C7C. Windows color (decimal): -249419 or 11874812. OLE color: 11874812.

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

Color convert

RGB 252 49 181 -
CMYK 0 0.81 0.28 0.01
HSL 320.99º 0.97% 0.59% -
HSV(B) 320.99º 0.81% 0.99% -
XYZ 49.58 26.23 46.17 -
YUV 124.75 159.75 218.77 -
System Red Green Blue C M Y K H S L
Decimal 252 49 181 0 0.81 0.28 0.01 320.99 0.97 0.59
Hex FC 31 B5 0 51 1C 1 141 61 3B
Octal 374 61 265 0 121 34 1 501 141 73
Binary 11111100 110001 10110101 0 1010001 11100 1 101000001 1100001 111011

Color Harmonies of #FC31B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31B5

Black with #FC31B5

Text Example


Text Example

White with #FC31B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31B5; }

 p { color: rgb(252,49,181); }

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

background-color css

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

 a { background-color: rgb(252,49,181); }

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

border-color css

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

 span { border-color: rgb(252,49,181); }

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