Html Css Color HEX #F67FDE Pale Magenta

📋 copy color: '#F67FDE'

red 246 ◦ green 127 ◦ blue 222

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

Shades of Pale Magenta #F67FDE

Tints of Pale Magenta #F67FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 21.34%

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 41.34%
G = 21.34%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F67FDE (or 0xF67FDE) is known color: Pale Magenta. HEX triplet: F6, 7F and DE. RGB value is (246,127,222). Sum of RGB (Red+Green+Blue) = 246+127+222=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDE is #098021. Grayscale: #ADADAD. Windows color (decimal): -622626 or 14581750. OLE color: 14581750.

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

Color convert

RGB 246 127 222 -
CMYK 0 0.48 0.10 0.04
HSL 312.1º 0.87% 0.73% -
HSV(B) 312.1º 0.48% 0.96% -
XYZ 58.78 40.05 73.74 -
YUV 173.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 246 127 222 0 0.48 0.10 0.04 312.1 0.87 0.73
Hex F6 7F DE 0 30 A 4 138 57 49
Octal 366 177 336 0 60 12 4 470 127 111
Binary 11110110 1111111 11011110 0 110000 1010 100 100111000 1010111 1001001

Color Harmonies of #F67FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FDE

Black with #F67FDE

Text Example


Text Example

White with #F67FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FDE; }

 p { color: rgb(246,127,222); }

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

background-color css

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

 a { background-color: rgb(246,127,222); }

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

border-color css

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

 span { border-color: rgb(246,127,222); }

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