Html Css Color HEX #FC31B2 Persian Rose

📋 copy color: '#FC31B2'

red 252 ◦ green 49 ◦ blue 178

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

Shades of Persian Rose #FC31B2

Tints of Persian Rose #FC31B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 52.61%
G = 10.23%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC31B2 (or 0xFC31B2) is known color: Persian Rose. HEX triplet: FC, 31 and B2. RGB value is (252,49,178). Sum of RGB (Red+Green+Blue) = 252+49+178=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC31B2 is #03CE4D. Grayscale: #7C7C7C. Windows color (decimal): -249422 or 11678204. OLE color: 11678204.

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

Color convert

RGB 252 49 178 -
CMYK 0 0.81 0.29 0.01
HSL 321.87º 0.97% 0.59% -
HSV(B) 321.87º 0.81% 0.99% -
XYZ 49.28 26.11 44.56 -
YUV 124.4 158.25 219.01 -
System Red Green Blue C M Y K H S L
Decimal 252 49 178 0 0.81 0.29 0.01 321.87 0.97 0.59
Hex FC 31 B2 0 51 1D 1 142 61 3B
Octal 374 61 262 0 121 35 1 502 141 73
Binary 11111100 110001 10110010 0 1010001 11101 1 101000010 1100001 111011

Color Harmonies of #FC31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31B2

Black with #FC31B2

Text Example


Text Example

White with #FC31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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