Html Css Color HEX #FC007A Deep Pink

📋 copy color: '#FC007A'

red 252 ◦ green 0 ◦ blue 122

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

Shades of Deep Pink #FC007A

Tints of Deep Pink #FC007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 67.38%
G = 0%
B = 32.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC007A (or 0xFC007A) is known color: Deep Pink. HEX triplet: FC, 00 and 7A. RGB value is (252,0,122). Sum of RGB (Red+Green+Blue) = 252+0+122=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC007A is #03FF85. Grayscale: #595959. Windows color (decimal): -262022 or 7995644. OLE color: 7995644.

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

Color convert

RGB 252 0 122 -
CMYK 0 1 0.52 0.01
HSL 330.95º 1% 0.49% -
HSV(B) 330.95º 1% 0.99% -
XYZ 43.66 22.1 20.38 -
YUV 89.26 146.49 244.08 -
System Red Green Blue C M Y K H S L
Decimal 252 0 122 0 1 0.52 0.01 330.95 1 0.49
Hex FC 0 7A 0 64 34 1 14B 64 31
Octal 374 0 172 0 144 64 1 513 144 61
Binary 11111100 0 1111010 0 1100100 110100 1 101001011 1100100 110001

Color Harmonies of #FC007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC007A

Black with #FC007A

Text Example


Text Example

White with #FC007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC007A; }

 p { color: rgb(252,0,122); }

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

background-color css

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

 a { background-color: rgb(252,0,122); }

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

border-color css

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

 span { border-color: rgb(252,0,122); }

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