Html Css Color HEX #FC1798 Deep Pink

📋 copy color: '#FC1798'

red 252 ◦ green 23 ◦ blue 152

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

Shades of Deep Pink #FC1798

Tints of Deep Pink #FC1798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.39%

 BLUE value IS 152 (59.77% from 255) = 35.6%

R = 59.02%
G = 5.39%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC1798 (or 0xFC1798) is known color: Deep Pink. HEX triplet: FC, 17 and 98. RGB value is (252,23,152). Sum of RGB (Red+Green+Blue) = 252+23+152=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1798 is #03E867. Grayscale: #696969. Windows color (decimal): -256104 or 9967612. OLE color: 9967612.

HSL color Cylindrical-coordinate representation of color #FC1798: hue angle of 326.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1798 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 23 152 -
CMYK 0 0.91 0.40 0.01
HSL 326.2º 0.97% 0.54% -
HSV(B) 326.2º 0.91% 0.99% -
XYZ 46.12 23.58 31.83 -
YUV 106.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 252 23 152 0 0.91 0.40 0.01 326.2 0.97 0.54
Hex FC 17 98 0 5B 28 1 146 61 36
Octal 374 27 230 0 133 50 1 506 141 66
Binary 11111100 10111 10011000 0 1011011 101000 1 101000110 1100001 110110

Color Harmonies of #FC1798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1798

Black with #FC1798

Text Example


Text Example

White with #FC1798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1798; }

 p { color: rgb(252,23,152); }

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

background-color css

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

 a { background-color: rgb(252,23,152); }

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

border-color css

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

 span { border-color: rgb(252,23,152); }

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