Html Css Color HEX #F67DDF Pale Magenta

📋 copy color: '#F67DDF'

red 246 ◦ green 125 ◦ blue 223

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

Shades of Pale Magenta #F67DDF

Tints of Pale Magenta #F67DDF

RGB

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

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

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

R = 41.41%
G = 21.04%
B = 37.54%

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

#F67DDF (or 0xF67DDF) is known color: Pale Magenta. HEX triplet: F6, 7D and DF. RGB value is (246,125,223). Sum of RGB (Red+Green+Blue) = 246+125+223=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DDF is #098220. Grayscale: #ACACAC. Windows color (decimal): -623137 or 14646774. OLE color: 14646774.

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

Color convert

RGB 246 125 223 -
CMYK 0 0.49 0.09 0.04
HSL 311.41º 0.87% 0.73% -
HSV(B) 311.41º 0.49% 0.96% -
XYZ 58.66 39.59 74.36 -
YUV 172.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 246 125 223 0 0.49 0.09 0.04 311.41 0.87 0.73
Hex F6 7D DF 0 31 9 4 137 57 49
Octal 366 175 337 0 61 11 4 467 127 111
Binary 11110110 1111101 11011111 0 110001 1001 100 100110111 1010111 1001001

Color Harmonies of #F67DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DDF

Black with #F67DDF

Text Example


Text Example

White with #F67DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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