Html Css Color HEX #F67DE6 Pale Magenta

📋 copy color: '#F67DE6'

red 246 ◦ green 125 ◦ blue 230

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

Shades of Pale Magenta #F67DE6

Tints of Pale Magenta #F67DE6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.8%

 BLUE value IS 230 (90.23% from 255) = 38.27%

R = 40.93%
G = 20.8%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F67DE6 (or 0xF67DE6) is known color: Pale Magenta. HEX triplet: F6, 7D and E6. RGB value is (246,125,230). Sum of RGB (Red+Green+Blue) = 246+125+230=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67DE6 is #098219. Grayscale: #ACACAC. Windows color (decimal): -623130 or 15105526. OLE color: 15105526.

HSL color Cylindrical-coordinate representation of color #F67DE6: hue angle of 307.93º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DE6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 125 230 -
CMYK 0 0.49 0.07 0.04
HSL 307.93º 0.87% 0.73% -
HSV(B) 307.93º 0.49% 0.96% -
XYZ 59.62 39.97 79.44 -
YUV 173.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 246 125 230 0 0.49 0.07 0.04 307.93 0.87 0.73
Hex F6 7D E6 0 31 7 4 134 57 49
Octal 366 175 346 0 61 7 4 464 127 111
Binary 11110110 1111101 11100110 0 110001 111 100 100110100 1010111 1001001

Color Harmonies of #F67DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DE6

Black with #F67DE6

Text Example


Text Example

White with #F67DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DE6; }

 p { color: rgb(246,125,230); }

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

background-color css

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

 a { background-color: rgb(246,125,230); }

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

border-color css

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

 span { border-color: rgb(246,125,230); }

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