Html Css Color HEX #FC28A3 Persian Rose

📋 copy color: '#FC28A3'

red 252 ◦ green 40 ◦ blue 163

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

Shades of Persian Rose #FC28A3

Tints of Persian Rose #FC28A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.82%

R = 55.38%
G = 8.79%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC28A3 (or 0xFC28A3) is known color: Persian Rose. HEX triplet: FC, 28 and A3. RGB value is (252,40,163). Sum of RGB (Red+Green+Blue) = 252+40+163=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28A3 is #03D75C. Grayscale: #757575. Windows color (decimal): -251741 or 10692860. OLE color: 10692860.

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

Color convert

RGB 252 40 163 -
CMYK 0 0.84 0.35 0.01
HSL 325.19º 0.97% 0.57% -
HSV(B) 325.19º 0.84% 0.99% -
XYZ 47.51 24.86 36.94 -
YUV 117.41 153.74 224 -
System Red Green Blue C M Y K H S L
Decimal 252 40 163 0 0.84 0.35 0.01 325.19 0.97 0.57
Hex FC 28 A3 0 54 23 1 145 61 39
Octal 374 50 243 0 124 43 1 505 141 71
Binary 11111100 101000 10100011 0 1010100 100011 1 101000101 1100001 111001

Color Harmonies of #FC28A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28A3

Black with #FC28A3

Text Example


Text Example

White with #FC28A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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