Html Css Color HEX #FC017E Deep Pink

📋 copy color: '#FC017E'

red 252 ◦ green 1 ◦ blue 126

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

Shades of Deep Pink #FC017E

Tints of Deep Pink #FC017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 66.49%
G = 0.26%
B = 33.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC017E (or 0xFC017E) is known color: Deep Pink. HEX triplet: FC, 01 and 7E. RGB value is (252,1,126). Sum of RGB (Red+Green+Blue) = 252+1+126=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC017E is #03FE81. Grayscale: #5A5A5A. Windows color (decimal): -261762 or 8258044. OLE color: 8258044.

HSL color Cylindrical-coordinate representation of color #FC017E: hue angle of 330.12º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC017E is Cyan = 0, Magento = 1.00, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 126 -
CMYK 0 1.00 0.5 0.01
HSL 330.12º 0.99% 0.5% -
HSV(B) 330.12º 1% 0.99% -
XYZ 43.92 22.22 21.71 -
YUV 90.3 148.16 243.34 -
System Red Green Blue C M Y K H S L
Decimal 252 1 126 0 1.00 0.5 0.01 330.12 0.99 0.5
Hex FC 1 7E 0 64 32 1 14A 63 32
Octal 374 1 176 0 144 62 1 512 143 62
Binary 11111100 1 1111110 0 1100100 110010 1 101001010 1100011 110010

Color Harmonies of #FC017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC017E

Black with #FC017E

Text Example


Text Example

White with #FC017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC017E; }

 p { color: rgb(252,1,126); }

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

background-color css

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

 a { background-color: rgb(252,1,126); }

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

border-color css

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

 span { border-color: rgb(252,1,126); }

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