Html Css Color HEX #FC0378 Deep Pink

📋 copy color: '#FC0378'

red 252 ◦ green 3 ◦ blue 120

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

Shades of Deep Pink #FC0378

Tints of Deep Pink #FC0378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32%

R = 67.2%
G = 0.8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0378 (or 0xFC0378) is known color: Deep Pink. HEX triplet: FC, 03 and 78. RGB value is (252,3,120). Sum of RGB (Red+Green+Blue) = 252+3+120=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0378 is #03FC87. Grayscale: #5A5A5A. Windows color (decimal): -261256 or 7865340. OLE color: 7865340.

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

Color convert

RGB 252 3 120 -
CMYK 0 0.99 0.52 0.01
HSL 331.81º 0.98% 0.5% -
HSV(B) 331.81º 0.99% 0.99% -
XYZ 43.57 22.12 19.74 -
YUV 90.79 144.49 242.99 -
System Red Green Blue C M Y K H S L
Decimal 252 3 120 0 0.99 0.52 0.01 331.81 0.98 0.5
Hex FC 3 78 0 63 34 1 14C 62 32
Octal 374 3 170 0 143 64 1 514 142 62
Binary 11111100 11 1111000 0 1100011 110100 1 101001100 1100010 110010

Color Harmonies of #FC0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0378

Black with #FC0378

Text Example


Text Example

White with #FC0378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0378; }

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

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

background-color css

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

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

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

border-color css

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

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

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