Html Css Color HEX #FC28A8 Persian Rose

📋 copy color: '#FC28A8'

red 252 ◦ green 40 ◦ blue 168

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

Shades of Persian Rose #FC28A8

Tints of Persian Rose #FC28A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 54.78%
G = 8.7%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC28A8 (or 0xFC28A8) is known color: Persian Rose. HEX triplet: FC, 28 and A8. RGB value is (252,40,168). Sum of RGB (Red+Green+Blue) = 252+40+168=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28A8 is #03D757. Grayscale: #757575. Windows color (decimal): -251736 or 11020540. OLE color: 11020540.

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

Color convert

RGB 252 40 168 -
CMYK 0 0.84 0.33 0.01
HSL 323.77º 0.97% 0.57% -
HSV(B) 323.77º 0.84% 0.99% -
XYZ 47.97 25.04 39.35 -
YUV 117.98 156.24 223.59 -
System Red Green Blue C M Y K H S L
Decimal 252 40 168 0 0.84 0.33 0.01 323.77 0.97 0.57
Hex FC 28 A8 0 54 21 1 144 61 39
Octal 374 50 250 0 124 41 1 504 141 71
Binary 11111100 101000 10101000 0 1010100 100001 1 101000100 1100001 111001

Color Harmonies of #FC28A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28A8

Black with #FC28A8

Text Example


Text Example

White with #FC28A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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