Html Css Color HEX #F68CDD Pale Magenta

📋 copy color: '#F68CDD'

red 246 ◦ green 140 ◦ blue 221

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

Shades of Pale Magenta #F68CDD

Tints of Pale Magenta #F68CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 40.53%
G = 23.06%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F68CDD (or 0xF68CDD) is known color: Pale Magenta. HEX triplet: F6, 8C and DD. RGB value is (246,140,221). Sum of RGB (Red+Green+Blue) = 246+140+221=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CDD is #097322. Grayscale: #B4B4B4. Windows color (decimal): -619299 or 14519542. OLE color: 14519542.

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

Color convert

RGB 246 140 221 -
CMYK 0 0.43 0.10 0.04
HSL 314.15º 0.85% 0.76% -
HSV(B) 314.15º 0.43% 0.96% -
XYZ 60.44 43.57 73.63 -
YUV 180.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 246 140 221 0 0.43 0.10 0.04 314.15 0.85 0.76
Hex F6 8C DD 0 2B A 4 13A 55 4C
Octal 366 214 335 0 53 12 4 472 125 114
Binary 11110110 10001100 11011101 0 101011 1010 100 100111010 1010101 1001100

Color Harmonies of #F68CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CDD

Black with #F68CDD

Text Example


Text Example

White with #F68CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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