Html Css Color HEX #F68BDC Pale Magenta

📋 copy color: '#F68BDC'

red 246 ◦ green 139 ◦ blue 220

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

Shades of Pale Magenta #F68BDC

Tints of Pale Magenta #F68BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.98%

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

R = 40.66%
G = 22.98%
B = 36.36%

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

#F68BDC (or 0xF68BDC) is known color: Pale Magenta. HEX triplet: F6, 8B and DC. RGB value is (246,139,220). Sum of RGB (Red+Green+Blue) = 246+139+220=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BDC is #097423. Grayscale: #B4B4B4. Windows color (decimal): -619556 or 14453750. OLE color: 14453750.

HSL color Cylindrical-coordinate representation of color #F68BDC: hue angle of 314.58º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BDC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 139 220 -
CMYK 0 0.43 0.11 0.04
HSL 314.58º 0.86% 0.75% -
HSV(B) 314.58º 0.43% 0.96% -
XYZ 60.16 43.23 72.88 -
YUV 180.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 246 139 220 0 0.43 0.11 0.04 314.58 0.86 0.75
Hex F6 8B DC 0 2B B 4 13B 56 4B
Octal 366 213 334 0 53 13 4 473 126 113
Binary 11110110 10001011 11011100 0 101011 1011 100 100111011 1010110 1001011

Color Harmonies of #F68BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BDC

Black with #F68BDC

Text Example


Text Example

White with #F68BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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