Html Css Color HEX #FC3AB1 Persian Rose

📋 copy color: '#FC3AB1'

red 252 ◦ green 58 ◦ blue 177

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

Shades of Persian Rose #FC3AB1

Tints of Persian Rose #FC3AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.91%

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 51.75%
G = 11.91%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC3AB1 (or 0xFC3AB1) is known color: Persian Rose. HEX triplet: FC, 3A and B1. RGB value is (252,58,177). Sum of RGB (Red+Green+Blue) = 252+58+177=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3AB1 is #03C54E. Grayscale: #818181. Windows color (decimal): -247119 or 11614972. OLE color: 11614972.

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

Color convert

RGB 252 58 177 -
CMYK 0 0.77 0.30 0.01
HSL 323.2º 0.97% 0.61% -
HSV(B) 323.2º 0.77% 0.99% -
XYZ 49.59 26.9 44.17 -
YUV 129.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 252 58 177 0 0.77 0.30 0.01 323.2 0.97 0.61
Hex FC 3A B1 0 4D 1E 1 143 61 3D
Octal 374 72 261 0 115 36 1 503 141 75
Binary 11111100 111010 10110001 0 1001101 11110 1 101000011 1100001 111101

Color Harmonies of #FC3AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3AB1

Black with #FC3AB1

Text Example


Text Example

White with #FC3AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3AB1; }

 p { color: rgb(252,58,177); }

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

background-color css

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

 a { background-color: rgb(252,58,177); }

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

border-color css

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

 span { border-color: rgb(252,58,177); }

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