Html Css Color HEX #FF0693 Deep Pink

📋 copy color: '#FF0693'

red 255 ◦ green 6 ◦ blue 147

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

Shades of Deep Pink #FF0693

Tints of Deep Pink #FF0693

RGB

 RED value IS 255 (100% from 255) = 62.5%

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

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

R = 62.5%
G = 1.47%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF0693 (or 0xFF0693) is known color: Deep Pink. HEX triplet: FF, 06 and 93. RGB value is (255,6,147). Sum of RGB (Red+Green+Blue) = 255+6+147=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0693 is #00F96C. Grayscale: #606060. Windows color (decimal): -63853 or 9635583. OLE color: 9635583.

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

Color convert

RGB 255 6 147 -
CMYK 0 0.98 0.42 0
HSL 326.02º 1% 0.51% -
HSV(B) 326.02º 0.98% 1% -
XYZ 46.57 23.5 29.68 -
YUV 96.53 156.49 241.04 -
System Red Green Blue C M Y K H S L
Decimal 255 6 147 0 0.98 0.42 0 326.02 1 0.51
Hex FF 6 93 0 62 2A 0 146 64 33
Octal 377 6 223 0 142 52 0 506 144 63
Binary 11111111 110 10010011 0 1100010 101010 0 101000110 1100100 110011

Color Harmonies of #FF0693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0693

Black with #FF0693

Text Example


Text Example

White with #FF0693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0693; }

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

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

background-color css

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

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

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

border-color css

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

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

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