Html Css Color HEX #F68CDE Pale Magenta

📋 copy color: '#F68CDE'

red 246 ◦ green 140 ◦ blue 222

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

Shades of Pale Magenta #F68CDE

Tints of Pale Magenta #F68CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 40.46%
G = 23.03%
B = 36.51%

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

#F68CDE (or 0xF68CDE) is known color: Pale Magenta. HEX triplet: F6, 8C and DE. RGB value is (246,140,222). Sum of RGB (Red+Green+Blue) = 246+140+222=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CDE is #097321. Grayscale: #B4B4B4. Windows color (decimal): -619298 or 14585078. OLE color: 14585078.

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

Color convert

RGB 246 140 222 -
CMYK 0 0.43 0.10 0.04
HSL 313.58º 0.85% 0.76% -
HSV(B) 313.58º 0.43% 0.96% -
XYZ 60.57 43.62 74.33 -
YUV 181.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 246 140 222 0 0.43 0.10 0.04 313.58 0.85 0.76
Hex F6 8C DE 0 2B A 4 13A 55 4C
Octal 366 214 336 0 53 12 4 472 125 114
Binary 11110110 10001100 11011110 0 101011 1010 100 100111010 1010101 1001100

Color Harmonies of #F68CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CDE

Black with #F68CDE

Text Example


Text Example

White with #F68CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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