Html Css Color HEX #F68CDB Pale Magenta

📋 copy color: '#F68CDB'

red 246 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #F68CDB

Tints of Pale Magenta #F68CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.14%

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

R = 40.66%
G = 23.14%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F68CDB (or 0xF68CDB) is known color: Pale Magenta. HEX triplet: F6, 8C and DB. RGB value is (246,140,219). Sum of RGB (Red+Green+Blue) = 246+140+219=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CDB is #097324. Grayscale: #B4B4B4. Windows color (decimal): -619301 or 14388470. OLE color: 14388470.

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

Color convert

RGB 246 140 219 -
CMYK 0 0.43 0.11 0.04
HSL 315.28º 0.85% 0.76% -
HSV(B) 315.28º 0.43% 0.96% -
XYZ 60.17 43.46 72.24 -
YUV 180.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 246 140 219 0 0.43 0.11 0.04 315.28 0.85 0.76
Hex F6 8C DB 0 2B B 4 13B 55 4C
Octal 366 214 333 0 53 13 4 473 125 114
Binary 11110110 10001100 11011011 0 101011 1011 100 100111011 1010101 1001100

Color Harmonies of #F68CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CDB

Black with #F68CDB

Text Example


Text Example

White with #F68CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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