Html Css Color HEX #FC2278 Deep Pink

📋 copy color: '#FC2278'

red 252 ◦ green 34 ◦ blue 120

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

Shades of Deep Pink #FC2278

Tints of Deep Pink #FC2278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.37%

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

R = 62.07%
G = 8.37%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC2278 (or 0xFC2278) is known color: Deep Pink. HEX triplet: FC, 22 and 78. RGB value is (252,34,120). Sum of RGB (Red+Green+Blue) = 252+34+120=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2278 is #03DD87. Grayscale: #6C6C6C. Windows color (decimal): -253320 or 7873276. OLE color: 7873276.

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

Color convert

RGB 252 34 120 -
CMYK 0 0.87 0.52 0.01
HSL 336.33º 0.97% 0.56% -
HSV(B) 336.33º 0.87% 0.99% -
XYZ 44.11 23.2 19.92 -
YUV 108.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 252 34 120 0 0.87 0.52 0.01 336.33 0.97 0.56
Hex FC 22 78 0 57 34 1 150 61 38
Octal 374 42 170 0 127 64 1 520 141 70
Binary 11111100 100010 1111000 0 1010111 110100 1 101010000 1100001 111000

Color Harmonies of #FC2278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2278

Black with #FC2278

Text Example


Text Example

White with #FC2278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2278; }

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

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

background-color css

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

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

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

border-color css

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

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

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