Html Css Color HEX #F68CDC Pale Magenta

📋 copy color: '#F68CDC'

red 246 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #F68CDC

Tints of Pale Magenta #F68CDC

RGB

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

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

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

R = 40.59%
G = 23.1%
B = 36.3%

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

#F68CDC (or 0xF68CDC) is known color: Pale Magenta. HEX triplet: F6, 8C and DC. RGB value is (246,140,220). Sum of RGB (Red+Green+Blue) = 246+140+220=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CDC is #097323. Grayscale: #B4B4B4. Windows color (decimal): -619300 or 14454006. OLE color: 14454006.

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

Color convert

RGB 246 140 220 -
CMYK 0 0.43 0.11 0.04
HSL 314.72º 0.85% 0.76% -
HSV(B) 314.72º 0.43% 0.96% -
XYZ 60.3 43.52 72.93 -
YUV 180.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 246 140 220 0 0.43 0.11 0.04 314.72 0.85 0.76
Hex F6 8C DC 0 2B B 4 13B 55 4C
Octal 366 214 334 0 53 13 4 473 125 114
Binary 11110110 10001100 11011100 0 101011 1011 100 100111011 1010101 1001100

Color Harmonies of #F68CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CDC

Black with #F68CDC

Text Example


Text Example

White with #F68CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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