Html Css Color HEX #FC027E Deep Pink

📋 copy color: '#FC027E'

red 252 ◦ green 2 ◦ blue 126

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

Shades of Deep Pink #FC027E

Tints of Deep Pink #FC027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 66.32%
G = 0.53%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC027E (or 0xFC027E) is known color: Deep Pink. HEX triplet: FC, 02 and 7E. RGB value is (252,2,126). Sum of RGB (Red+Green+Blue) = 252+2+126=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC027E is #03FD81. Grayscale: #5A5A5A. Windows color (decimal): -261506 or 8258300. OLE color: 8258300.

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

Color convert

RGB 252 2 126 -
CMYK 0 0.99 0.5 0.01
HSL 330.24º 0.98% 0.5% -
HSV(B) 330.24º 0.99% 0.99% -
XYZ 43.93 22.25 21.72 -
YUV 90.89 147.83 242.92 -
System Red Green Blue C M Y K H S L
Decimal 252 2 126 0 0.99 0.5 0.01 330.24 0.98 0.5
Hex FC 2 7E 0 63 32 1 14A 62 32
Octal 374 2 176 0 143 62 1 512 142 62
Binary 11111100 10 1111110 0 1100011 110010 1 101001010 1100010 110010

Color Harmonies of #FC027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC027E

Black with #FC027E

Text Example


Text Example

White with #FC027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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