Html Css Color HEX #F68FDC Pale Magenta

📋 copy color: '#F68FDC'

red 246 ◦ green 143 ◦ blue 220

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

Shades of Pale Magenta #F68FDC

Tints of Pale Magenta #F68FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 40.39%
G = 23.48%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F68FDC (or 0xF68FDC) is known color: Pale Magenta. HEX triplet: F6, 8F and DC. RGB value is (246,143,220). Sum of RGB (Red+Green+Blue) = 246+143+220=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FDC is #097023. Grayscale: #B6B6B6. Windows color (decimal): -618532 or 14454774. OLE color: 14454774.

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

Color convert

RGB 246 143 220 -
CMYK 0 0.42 0.11 0.04
HSL 315.15º 0.85% 0.76% -
HSV(B) 315.15º 0.42% 0.96% -
XYZ 60.75 44.41 73.08 -
YUV 182.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 246 143 220 0 0.42 0.11 0.04 315.15 0.85 0.76
Hex F6 8F DC 0 2A B 4 13B 55 4C
Octal 366 217 334 0 52 13 4 473 125 114
Binary 11110110 10001111 11011100 0 101010 1011 100 100111011 1010101 1001100

Color Harmonies of #F68FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FDC

Black with #F68FDC

Text Example


Text Example

White with #F68FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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