Html Css Color HEX #F67FDC Pale Magenta

📋 copy color: '#F67FDC'

red 246 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #F67FDC

Tints of Pale Magenta #F67FDC

RGB

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

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

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

R = 41.48%
G = 21.42%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F67FDC (or 0xF67FDC) is known color: Pale Magenta. HEX triplet: F6, 7F and DC. RGB value is (246,127,220). Sum of RGB (Red+Green+Blue) = 246+127+220=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDC is #098023. Grayscale: #ACACAC. Windows color (decimal): -622628 or 14450678. OLE color: 14450678.

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

Color convert

RGB 246 127 220 -
CMYK 0 0.48 0.11 0.04
HSL 313.11º 0.87% 0.73% -
HSV(B) 313.11º 0.48% 0.96% -
XYZ 58.51 39.94 72.34 -
YUV 173.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 246 127 220 0 0.48 0.11 0.04 313.11 0.87 0.73
Hex F6 7F DC 0 30 B 4 139 57 49
Octal 366 177 334 0 60 13 4 471 127 111
Binary 11110110 1111111 11011100 0 110000 1011 100 100111001 1010111 1001001

Color Harmonies of #F67FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FDC

Black with #F67FDC

Text Example


Text Example

White with #F67FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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