Html Css Color HEX #FC1694 Deep Pink

📋 copy color: '#FC1694'

red 252 ◦ green 22 ◦ blue 148

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

Shades of Deep Pink #FC1694

Tints of Deep Pink #FC1694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.21%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 59.72%
G = 5.21%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC1694 (or 0xFC1694) is known color: Deep Pink. HEX triplet: FC, 16 and 94. RGB value is (252,22,148). Sum of RGB (Red+Green+Blue) = 252+22+148=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1694 is #03E96B. Grayscale: #686868. Windows color (decimal): -256364 or 9705212. OLE color: 9705212.

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

Color convert

RGB 252 22 148 -
CMYK 0 0.91 0.41 0.01
HSL 327.13º 0.97% 0.54% -
HSV(B) 327.13º 0.91% 0.99% -
XYZ 45.78 23.41 30.12 -
YUV 105.13 152.2 232.75 -
System Red Green Blue C M Y K H S L
Decimal 252 22 148 0 0.91 0.41 0.01 327.13 0.97 0.54
Hex FC 16 94 0 5B 29 1 147 61 36
Octal 374 26 224 0 133 51 1 507 141 66
Binary 11111100 10110 10010100 0 1011011 101001 1 101000111 1100001 110110

Color Harmonies of #FC1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1694

Black with #FC1694

Text Example


Text Example

White with #FC1694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1694; }

 p { color: rgb(252,22,148); }

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

background-color css

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

 a { background-color: rgb(252,22,148); }

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

border-color css

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

 span { border-color: rgb(252,22,148); }

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