Html Css Color HEX #FC007B Deep Pink

📋 copy color: '#FC007B'

red 252 ◦ green 0 ◦ blue 123

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

Shades of Deep Pink #FC007B

Tints of Deep Pink #FC007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 67.2%
G = 0%
B = 32.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC007B (or 0xFC007B) is known color: Deep Pink. HEX triplet: FC, 00 and 7B. RGB value is (252,0,123). Sum of RGB (Red+Green+Blue) = 252+0+123=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC007B is #03FF84. Grayscale: #595959. Windows color (decimal): -262021 or 8061180. OLE color: 8061180.

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

Color convert

RGB 252 0 123 -
CMYK 0 1 0.51 0.01
HSL 330.71º 1% 0.49% -
HSV(B) 330.71º 1% 0.99% -
XYZ 43.72 22.13 20.71 -
YUV 89.37 146.99 244 -
System Red Green Blue C M Y K H S L
Decimal 252 0 123 0 1 0.51 0.01 330.71 1 0.49
Hex FC 0 7B 0 64 33 1 14B 64 31
Octal 374 0 173 0 144 63 1 513 144 61
Binary 11111100 0 1111011 0 1100100 110011 1 101001011 1100100 110001

Color Harmonies of #FC007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC007B

Black with #FC007B

Text Example


Text Example

White with #FC007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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