Html Css Color HEX #FC198D Deep Pink

📋 copy color: '#FC198D'

red 252 ◦ green 25 ◦ blue 141

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

Shades of Deep Pink #FC198D

Tints of Deep Pink #FC198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 60.29%
G = 5.98%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC198D (or 0xFC198D) is known color: Deep Pink. HEX triplet: FC, 19 and 8D. RGB value is (252,25,141). Sum of RGB (Red+Green+Blue) = 252+25+141=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC198D is #03E672. Grayscale: #696969. Windows color (decimal): -255603 or 9247228. OLE color: 9247228.

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

Color convert

RGB 252 25 141 -
CMYK 0 0.90 0.44 0.01
HSL 329.34º 0.97% 0.54% -
HSV(B) 329.34º 0.9% 0.99% -
XYZ 45.3 23.31 27.31 -
YUV 106.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 252 25 141 0 0.90 0.44 0.01 329.34 0.97 0.54
Hex FC 19 8D 0 5A 2C 1 149 61 36
Octal 374 31 215 0 132 54 1 511 141 66
Binary 11111100 11001 10001101 0 1011010 101100 1 101001001 1100001 110110

Color Harmonies of #FC198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC198D

Black with #FC198D

Text Example


Text Example

White with #FC198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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