Html Css Color HEX #FC1695 Deep Pink

📋 copy color: '#FC1695'

red 252 ◦ green 22 ◦ blue 149

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

Shades of Deep Pink #FC1695

Tints of Deep Pink #FC1695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 59.57%
G = 5.2%
B = 35.22%

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

#FC1695 (or 0xFC1695) is known color: Deep Pink. HEX triplet: FC, 16 and 95. RGB value is (252,22,149). Sum of RGB (Red+Green+Blue) = 252+22+149=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1695 is #03E96A. Grayscale: #686868. Windows color (decimal): -256363 or 9770748. OLE color: 9770748.

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

Color convert

RGB 252 22 149 -
CMYK 0 0.91 0.41 0.01
HSL 326.87º 0.97% 0.54% -
HSV(B) 326.87º 0.91% 0.99% -
XYZ 45.86 23.44 30.54 -
YUV 105.25 152.7 232.67 -
System Red Green Blue C M Y K H S L
Decimal 252 22 149 0 0.91 0.41 0.01 326.87 0.97 0.54
Hex FC 16 95 0 5B 29 1 147 61 36
Octal 374 26 225 0 133 51 1 507 141 66
Binary 11111100 10110 10010101 0 1011011 101001 1 101000111 1100001 110110

Color Harmonies of #FC1695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1695

Black with #FC1695

Text Example


Text Example

White with #FC1695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1695; }

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

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

background-color css

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

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

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

border-color css

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

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

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