Html Css Color HEX #FC28AD Persian Rose

📋 copy color: '#FC28AD'

red 252 ◦ green 40 ◦ blue 173

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

Shades of Persian Rose #FC28AD

Tints of Persian Rose #FC28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 54.19%
G = 8.6%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC28AD (or 0xFC28AD) is known color: Persian Rose. HEX triplet: FC, 28 and AD. RGB value is (252,40,173). Sum of RGB (Red+Green+Blue) = 252+40+173=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28AD is #03D752. Grayscale: #767676. Windows color (decimal): -251731 or 11348220. OLE color: 11348220.

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

Color convert

RGB 252 40 173 -
CMYK 0 0.84 0.31 0.01
HSL 322.36º 0.97% 0.57% -
HSV(B) 322.36º 0.84% 0.99% -
XYZ 48.45 25.23 41.85 -
YUV 118.55 158.74 223.19 -
System Red Green Blue C M Y K H S L
Decimal 252 40 173 0 0.84 0.31 0.01 322.36 0.97 0.57
Hex FC 28 AD 0 54 1F 1 142 61 39
Octal 374 50 255 0 124 37 1 502 141 71
Binary 11111100 101000 10101101 0 1010100 11111 1 101000010 1100001 111001

Color Harmonies of #FC28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28AD

Black with #FC28AD

Text Example


Text Example

White with #FC28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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