Html Css Color HEX #FC068C Deep Pink

📋 copy color: '#FC068C'

red 252 ◦ green 6 ◦ blue 140

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

Shades of Deep Pink #FC068C

Tints of Deep Pink #FC068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 63.32%
G = 1.51%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC068C (or 0xFC068C) is known color: Deep Pink. HEX triplet: FC, 06 and 8C. RGB value is (252,6,140). Sum of RGB (Red+Green+Blue) = 252+6+140=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC068C is #03F973. Grayscale: #5E5E5E. Windows color (decimal): -260468 or 9176828. OLE color: 9176828.

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

Color convert

RGB 252 6 140 -
CMYK 0 0.98 0.44 0.01
HSL 327.32º 0.98% 0.51% -
HSV(B) 327.32º 0.98% 0.99% -
XYZ 44.94 22.72 26.83 -
YUV 94.83 153.5 240.1 -
System Red Green Blue C M Y K H S L
Decimal 252 6 140 0 0.98 0.44 0.01 327.32 0.98 0.51
Hex FC 6 8C 0 62 2C 1 147 62 33
Octal 374 6 214 0 142 54 1 507 142 63
Binary 11111100 110 10001100 0 1100010 101100 1 101000111 1100010 110011

Color Harmonies of #FC068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC068C

Black with #FC068C

Text Example


Text Example

White with #FC068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC068C; }

 p { color: rgb(252,6,140); }

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

background-color css

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

 a { background-color: rgb(252,6,140); }

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

border-color css

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

 span { border-color: rgb(252,6,140); }

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