Html Css Color HEX #FC197B Deep Pink

📋 copy color: '#FC197B'

red 252 ◦ green 25 ◦ blue 123

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

Shades of Deep Pink #FC197B

Tints of Deep Pink #FC197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 63%
G = 6.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC197B (or 0xFC197B) is known color: Deep Pink. HEX triplet: FC, 19 and 7B. RGB value is (252,25,123). Sum of RGB (Red+Green+Blue) = 252+25+123=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC197B is #03E684. Grayscale: #676767. Windows color (decimal): -255621 or 8067580. OLE color: 8067580.

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

Color convert

RGB 252 25 123 -
CMYK 0 0.90 0.51 0.01
HSL 334.1º 0.97% 0.54% -
HSV(B) 334.1º 0.9% 0.99% -
XYZ 44.07 22.82 20.82 -
YUV 104.05 138.71 233.53 -
System Red Green Blue C M Y K H S L
Decimal 252 25 123 0 0.90 0.51 0.01 334.1 0.97 0.54
Hex FC 19 7B 0 5A 33 1 14E 61 36
Octal 374 31 173 0 132 63 1 516 141 66
Binary 11111100 11001 1111011 0 1011010 110011 1 101001110 1100001 110110

Color Harmonies of #FC197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC197B

Black with #FC197B

Text Example


Text Example

White with #FC197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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