Html Css Color HEX #F67EDF Pale Magenta

📋 copy color: '#F67EDF'

red 246 ◦ green 126 ◦ blue 223

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

Shades of Pale Magenta #F67EDF

Tints of Pale Magenta #F67EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.18%

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 41.34%
G = 21.18%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F67EDF (or 0xF67EDF) is known color: Pale Magenta. HEX triplet: F6, 7E and DF. RGB value is (246,126,223). Sum of RGB (Red+Green+Blue) = 246+126+223=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67EDF is #098120. Grayscale: #ACACAC. Windows color (decimal): -622881 or 14647030. OLE color: 14647030.

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

Color convert

RGB 246 126 223 -
CMYK 0 0.49 0.09 0.04
HSL 311.5º 0.87% 0.73% -
HSV(B) 311.5º 0.49% 0.96% -
XYZ 58.79 39.84 74.4 -
YUV 172.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 246 126 223 0 0.49 0.09 0.04 311.5 0.87 0.73
Hex F6 7E DF 0 31 9 4 138 57 49
Octal 366 176 337 0 61 11 4 470 127 111
Binary 11110110 1111110 11011111 0 110001 1001 100 100111000 1010111 1001001

Color Harmonies of #F67EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67EDF

Black with #F67EDF

Text Example


Text Example

White with #F67EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67EDF; }

 p { color: rgb(246,126,223); }

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

background-color css

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

 a { background-color: rgb(246,126,223); }

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

border-color css

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

 span { border-color: rgb(246,126,223); }

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