Html Css Color HEX #F68BDD Pale Magenta

📋 copy color: '#F68BDD'

red 246 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #F68BDD

Tints of Pale Magenta #F68BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 40.59%
G = 22.94%
B = 36.47%

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

#F68BDD (or 0xF68BDD) is known color: Pale Magenta. HEX triplet: F6, 8B and DD. RGB value is (246,139,221). Sum of RGB (Red+Green+Blue) = 246+139+221=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BDD is #097422. Grayscale: #B4B4B4. Windows color (decimal): -619555 or 14519286. OLE color: 14519286.

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

Color convert

RGB 246 139 221 -
CMYK 0 0.43 0.10 0.04
HSL 314.02º 0.86% 0.75% -
HSV(B) 314.02º 0.43% 0.96% -
XYZ 60.29 43.28 73.58 -
YUV 180.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 246 139 221 0 0.43 0.10 0.04 314.02 0.86 0.75
Hex F6 8B DD 0 2B A 4 13A 56 4B
Octal 366 213 335 0 53 12 4 472 126 113
Binary 11110110 10001011 11011101 0 101011 1010 100 100111010 1010110 1001011

Color Harmonies of #F68BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BDD

Black with #F68BDD

Text Example


Text Example

White with #F68BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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