Html Css Color HEX #FC1998 Deep Pink

📋 copy color: '#FC1998'

red 252 ◦ green 25 ◦ blue 152

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

Shades of Deep Pink #FC1998

Tints of Deep Pink #FC1998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.83%

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

R = 58.74%
G = 5.83%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC1998 (or 0xFC1998) is known color: Deep Pink. HEX triplet: FC, 19 and 98. RGB value is (252,25,152). Sum of RGB (Red+Green+Blue) = 252+25+152=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1998 is #03E667. Grayscale: #6B6B6B. Windows color (decimal): -255592 or 9968124. OLE color: 9968124.

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

Color convert

RGB 252 25 152 -
CMYK 0 0.90 0.40 0.01
HSL 326.43º 0.97% 0.54% -
HSV(B) 326.43º 0.9% 0.99% -
XYZ 46.16 23.66 31.84 -
YUV 107.35 153.21 231.17 -
System Red Green Blue C M Y K H S L
Decimal 252 25 152 0 0.90 0.40 0.01 326.43 0.97 0.54
Hex FC 19 98 0 5A 28 1 146 61 36
Octal 374 31 230 0 132 50 1 506 141 66
Binary 11111100 11001 10011000 0 1011010 101000 1 101000110 1100001 110110

Color Harmonies of #FC1998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1998

Black with #FC1998

Text Example


Text Example

White with #FC1998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1998; }

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

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

background-color css

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

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

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

border-color css

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

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

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