Html Css Color HEX #F68FDE Pale Magenta

📋 copy color: '#F68FDE'

red 246 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #F68FDE

Tints of Pale Magenta #F68FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.4%

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

R = 40.26%
G = 23.4%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F68FDE (or 0xF68FDE) is known color: Pale Magenta. HEX triplet: F6, 8F and DE. RGB value is (246,143,222). Sum of RGB (Red+Green+Blue) = 246+143+222=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FDE is #097021. Grayscale: #B6B6B6. Windows color (decimal): -618530 or 14585846. OLE color: 14585846.

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

Color convert

RGB 246 143 222 -
CMYK 0 0.42 0.10 0.04
HSL 313.98º 0.85% 0.76% -
HSV(B) 313.98º 0.42% 0.96% -
XYZ 61.01 44.51 74.48 -
YUV 182.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 246 143 222 0 0.42 0.10 0.04 313.98 0.85 0.76
Hex F6 8F DE 0 2A A 4 13A 55 4C
Octal 366 217 336 0 52 12 4 472 125 114
Binary 11110110 10001111 11011110 0 101010 1010 100 100111010 1010101 1001100

Color Harmonies of #F68FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FDE

Black with #F68FDE

Text Example


Text Example

White with #F68FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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