Html Css Color HEX #FC31AF Persian Rose

📋 copy color: '#FC31AF'

red 252 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #FC31AF

Tints of Persian Rose #FC31AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 52.94%
G = 10.29%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC31AF (or 0xFC31AF) is known color: Persian Rose. HEX triplet: FC, 31 and AF. RGB value is (252,49,175). Sum of RGB (Red+Green+Blue) = 252+49+175=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC31AF is #03CE50. Grayscale: #7B7B7B. Windows color (decimal): -249425 or 11481596. OLE color: 11481596.

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

Color convert

RGB 252 49 175 -
CMYK 0 0.81 0.31 0.01
HSL 322.76º 0.97% 0.59% -
HSV(B) 322.76º 0.81% 0.99% -
XYZ 48.98 25.99 42.99 -
YUV 124.06 156.75 219.25 -
System Red Green Blue C M Y K H S L
Decimal 252 49 175 0 0.81 0.31 0.01 322.76 0.97 0.59
Hex FC 31 AF 0 51 1F 1 143 61 3B
Octal 374 61 257 0 121 37 1 503 141 73
Binary 11111100 110001 10101111 0 1010001 11111 1 101000011 1100001 111011

Color Harmonies of #FC31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31AF

Black with #FC31AF

Text Example


Text Example

White with #FC31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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