Html Css Color HEX #FC0377 Deep Pink

📋 copy color: '#FC0377'

red 252 ◦ green 3 ◦ blue 119

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

Shades of Deep Pink #FC0377

Tints of Deep Pink #FC0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 67.38%
G = 0.8%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC0377 (or 0xFC0377) is known color: Deep Pink. HEX triplet: FC, 03 and 77. RGB value is (252,3,119). Sum of RGB (Red+Green+Blue) = 252+3+119=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0377 is #03FC88. Grayscale: #5A5A5A. Windows color (decimal): -261257 or 7799804. OLE color: 7799804.

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

Color convert

RGB 252 3 119 -
CMYK 0 0.99 0.53 0.01
HSL 332.05º 0.98% 0.5% -
HSV(B) 332.05º 0.99% 0.99% -
XYZ 43.51 22.09 19.42 -
YUV 90.68 143.99 243.07 -
System Red Green Blue C M Y K H S L
Decimal 252 3 119 0 0.99 0.53 0.01 332.05 0.98 0.5
Hex FC 3 77 0 63 35 1 14C 62 32
Octal 374 3 167 0 143 65 1 514 142 62
Binary 11111100 11 1110111 0 1100011 110101 1 101001100 1100010 110010

Color Harmonies of #FC0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0377

Black with #FC0377

Text Example


Text Example

White with #FC0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0377; }

 p { color: rgb(252,3,119); }

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

background-color css

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

 a { background-color: rgb(252,3,119); }

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

border-color css

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

 span { border-color: rgb(252,3,119); }

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