Html Css Color HEX #FC1E74 Deep Pink

📋 copy color: '#FC1E74'

red 252 ◦ green 30 ◦ blue 116

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

Shades of Deep Pink #FC1E74

Tints of Deep Pink #FC1E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.54%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 63.32%
G = 7.54%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC1E74 (or 0xFC1E74) is known color: Deep Pink. HEX triplet: FC, 1E and 74. RGB value is (252,30,116). Sum of RGB (Red+Green+Blue) = 252+30+116=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E74 is #03E18B. Grayscale: #6A6A6A. Windows color (decimal): -254348 or 7610108. OLE color: 7610108.

HSL color Cylindrical-coordinate representation of color #FC1E74: hue angle of 336.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1E74 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 30 116 -
CMYK 0 0.88 0.54 0.01
HSL 336.76º 0.97% 0.55% -
HSV(B) 336.76º 0.88% 0.99% -
XYZ 43.76 22.88 18.63 -
YUV 106.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 252 30 116 0 0.88 0.54 0.01 336.76 0.97 0.55
Hex FC 1E 74 0 58 36 1 151 61 37
Octal 374 36 164 0 130 66 1 521 141 67
Binary 11111100 11110 1110100 0 1011000 110110 1 101010001 1100001 110111

Color Harmonies of #FC1E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E74

Black with #FC1E74

Text Example


Text Example

White with #FC1E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E74; }

 p { color: rgb(252,30,116); }

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

background-color css

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

 a { background-color: rgb(252,30,116); }

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

border-color css

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

 span { border-color: rgb(252,30,116); }

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