Html Css Color HEX #FC1790 Deep Pink

📋 copy color: '#FC1790'

red 252 ◦ green 23 ◦ blue 144

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

Shades of Deep Pink #FC1790

Tints of Deep Pink #FC1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.49%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 60.14%
G = 5.49%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC1790 (or 0xFC1790) is known color: Deep Pink. HEX triplet: FC, 17 and 90. RGB value is (252,23,144). Sum of RGB (Red+Green+Blue) = 252+23+144=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1790 is #03E86F. Grayscale: #696969. Windows color (decimal): -256112 or 9443324. OLE color: 9443324.

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

Color convert

RGB 252 23 144 -
CMYK 0 0.91 0.43 0.01
HSL 328.3º 0.97% 0.54% -
HSV(B) 328.3º 0.91% 0.99% -
XYZ 45.49 23.32 28.49 -
YUV 105.27 149.87 232.66 -
System Red Green Blue C M Y K H S L
Decimal 252 23 144 0 0.91 0.43 0.01 328.3 0.97 0.54
Hex FC 17 90 0 5B 2B 1 148 61 36
Octal 374 27 220 0 133 53 1 510 141 66
Binary 11111100 10111 10010000 0 1011011 101011 1 101001000 1100001 110110

Color Harmonies of #FC1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1790

Black with #FC1790

Text Example


Text Example

White with #FC1790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1790; }

 p { color: rgb(252,23,144); }

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

background-color css

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

 a { background-color: rgb(252,23,144); }

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

border-color css

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

 span { border-color: rgb(252,23,144); }

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