Html Css Color HEX #FC28AB Persian Rose

📋 copy color: '#FC28AB'

red 252 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #FC28AB

Tints of Persian Rose #FC28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.64%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 54.43%
G = 8.64%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC28AB (or 0xFC28AB) is known color: Persian Rose. HEX triplet: FC, 28 and AB. RGB value is (252,40,171). Sum of RGB (Red+Green+Blue) = 252+40+171=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28AB is #03D754. Grayscale: #767676. Windows color (decimal): -251733 or 11217148. OLE color: 11217148.

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

Color convert

RGB 252 40 171 -
CMYK 0 0.84 0.32 0.01
HSL 322.92º 0.97% 0.57% -
HSV(B) 322.92º 0.84% 0.99% -
XYZ 48.25 25.15 40.84 -
YUV 118.32 157.74 223.35 -
System Red Green Blue C M Y K H S L
Decimal 252 40 171 0 0.84 0.32 0.01 322.92 0.97 0.57
Hex FC 28 AB 0 54 20 1 143 61 39
Octal 374 50 253 0 124 40 1 503 141 71
Binary 11111100 101000 10101011 0 1010100 100000 1 101000011 1100001 111001

Color Harmonies of #FC28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28AB

Black with #FC28AB

Text Example


Text Example

White with #FC28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28AB; }

 p { color: rgb(252,40,171); }

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

background-color css

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

 a { background-color: rgb(252,40,171); }

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

border-color css

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

 span { border-color: rgb(252,40,171); }

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