Html Css Color HEX #FC28AA Persian Rose

📋 copy color: '#FC28AA'

red 252 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #FC28AA

Tints of Persian Rose #FC28AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 54.55%
G = 8.66%
B = 36.8%

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

#FC28AA (or 0xFC28AA) is known color: Persian Rose. HEX triplet: FC, 28 and AA. RGB value is (252,40,170). Sum of RGB (Red+Green+Blue) = 252+40+170=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28AA is #03D755. Grayscale: #757575. Windows color (decimal): -251734 or 11151612. OLE color: 11151612.

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

Color convert

RGB 252 40 170 -
CMYK 0 0.84 0.33 0.01
HSL 323.21º 0.97% 0.57% -
HSV(B) 323.21º 0.84% 0.99% -
XYZ 48.16 25.12 40.34 -
YUV 118.21 157.24 223.43 -
System Red Green Blue C M Y K H S L
Decimal 252 40 170 0 0.84 0.33 0.01 323.21 0.97 0.57
Hex FC 28 AA 0 54 21 1 143 61 39
Octal 374 50 252 0 124 41 1 503 141 71
Binary 11111100 101000 10101010 0 1010100 100001 1 101000011 1100001 111001

Color Harmonies of #FC28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28AA

Black with #FC28AA

Text Example


Text Example

White with #FC28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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