Html Css Color HEX #FC0693 Deep Pink

📋 copy color: '#FC0693'

red 252 ◦ green 6 ◦ blue 147

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

Shades of Deep Pink #FC0693

Tints of Deep Pink #FC0693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 62.22%
G = 1.48%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0693 (or 0xFC0693) is known color: Deep Pink. HEX triplet: FC, 06 and 93. RGB value is (252,6,147). Sum of RGB (Red+Green+Blue) = 252+6+147=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0693 is #03F96C. Grayscale: #5F5F5F. Windows color (decimal): -260461 or 9635580. OLE color: 9635580.

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

Color convert

RGB 252 6 147 -
CMYK 0 0.98 0.42 0.01
HSL 325.61º 0.98% 0.51% -
HSV(B) 325.61º 0.98% 0.99% -
XYZ 45.48 22.93 29.63 -
YUV 95.63 157 239.54 -
System Red Green Blue C M Y K H S L
Decimal 252 6 147 0 0.98 0.42 0.01 325.61 0.98 0.51
Hex FC 6 93 0 62 2A 1 146 62 33
Octal 374 6 223 0 142 52 1 506 142 63
Binary 11111100 110 10010011 0 1100010 101010 1 101000110 1100010 110011

Color Harmonies of #FC0693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0693

Black with #FC0693

Text Example


Text Example

White with #FC0693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0693; }

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

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

background-color css

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

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

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

border-color css

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

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

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