Html Css Color HEX #F68ADB Pale Magenta

📋 copy color: '#F68ADB'

red 246 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #F68ADB

Tints of Pale Magenta #F68ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 40.8%
G = 22.89%
B = 36.32%

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

#F68ADB (or 0xF68ADB) is known color: Pale Magenta. HEX triplet: F6, 8A and DB. RGB value is (246,138,219). Sum of RGB (Red+Green+Blue) = 246+138+219=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ADB is #097524. Grayscale: #B3B3B3. Windows color (decimal): -619813 or 14387958. OLE color: 14387958.

HSL color Cylindrical-coordinate representation of color #F68ADB: hue angle of 315º 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 #F68ADB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 138 219 -
CMYK 0 0.44 0.11 0.04
HSL 315º 0.86% 0.75% -
HSV(B) 315º 0.44% 0.96% -
XYZ 59.88 42.88 72.14 -
YUV 179.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 246 138 219 0 0.44 0.11 0.04 315 0.86 0.75
Hex F6 8A DB 0 2C B 4 13B 56 4B
Octal 366 212 333 0 54 13 4 473 126 113
Binary 11110110 10001010 11011011 0 101100 1011 100 100111011 1010110 1001011

Color Harmonies of #F68ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68ADB

Black with #F68ADB

Text Example


Text Example

White with #F68ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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