Html Css Color HEX #FC28AF Spicy Pink

📋 copy color: '#FC28AF'

red 252 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #FC28AF

Tints of Spicy Pink #FC28AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 53.96%
G = 8.57%
B = 37.47%

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

#FC28AF (or 0xFC28AF) is known color: Spicy Pink. HEX triplet: FC, 28 and AF. RGB value is (252,40,175). Sum of RGB (Red+Green+Blue) = 252+40+175=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28AF is #03D750. Grayscale: #767676. Windows color (decimal): -251729 or 11479292. OLE color: 11479292.

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

Color convert

RGB 252 40 175 -
CMYK 0 0.84 0.31 0.01
HSL 321.79º 0.97% 0.57% -
HSV(B) 321.79º 0.84% 0.99% -
XYZ 48.64 25.31 42.88 -
YUV 118.78 159.74 223.02 -
System Red Green Blue C M Y K H S L
Decimal 252 40 175 0 0.84 0.31 0.01 321.79 0.97 0.57
Hex FC 28 AF 0 54 1F 1 142 61 39
Octal 374 50 257 0 124 37 1 502 141 71
Binary 11111100 101000 10101111 0 1010100 11111 1 101000010 1100001 111001

Color Harmonies of #FC28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28AF

Black with #FC28AF

Text Example


Text Example

White with #FC28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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