Html Css Color HEX #F68ADC Pale Magenta

📋 copy color: '#F68ADC'

red 246 ◦ green 138 ◦ blue 220

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

Shades of Pale Magenta #F68ADC

Tints of Pale Magenta #F68ADC

RGB

 RED value IS 246 (96.48% from 255) = 40.73%

 GREEN value IS 138 (54.3% from 255) = 22.85%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 40.73%
G = 22.85%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F68ADC (or 0xF68ADC) is known color: Pale Magenta. HEX triplet: F6, 8A and DC. RGB value is (246,138,220). Sum of RGB (Red+Green+Blue) = 246+138+220=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ADC is #097523. Grayscale: #B3B3B3. Windows color (decimal): -619812 or 14453494. OLE color: 14453494.

HSL color Cylindrical-coordinate representation of color #F68ADC: hue angle of 314.44º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68ADC is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 138 220 -
CMYK 0 0.44 0.11 0.04
HSL 314.44º 0.86% 0.75% -
HSV(B) 314.44º 0.44% 0.96% -
XYZ 60.01 42.94 72.83 -
YUV 179.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 246 138 220 0 0.44 0.11 0.04 314.44 0.86 0.75
Hex F6 8A DC 0 2C B 4 13A 56 4B
Octal 366 212 334 0 54 13 4 472 126 113
Binary 11110110 10001010 11011100 0 101100 1011 100 100111010 1010110 1001011

Color Harmonies of #F68ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68ADC

Black with #F68ADC

Text Example


Text Example

White with #F68ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68ADC; }

 p { color: rgb(246,138,220); }

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

background-color css

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

 a { background-color: rgb(246,138,220); }

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

border-color css

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

 span { border-color: rgb(246,138,220); }

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