Html Css Color HEX #F67FDF Pale Magenta

📋 copy color: '#F67FDF'

red 246 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #F67FDF

Tints of Pale Magenta #F67FDF

RGB

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

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

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

R = 41.28%
G = 21.31%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F67FDF (or 0xF67FDF) is known color: Pale Magenta. HEX triplet: F6, 7F and DF. RGB value is (246,127,223). Sum of RGB (Red+Green+Blue) = 246+127+223=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDF is #098020. Grayscale: #ADADAD. Windows color (decimal): -622625 or 14647286. OLE color: 14647286.

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

Color convert

RGB 246 127 223 -
CMYK 0 0.48 0.09 0.04
HSL 311.6º 0.87% 0.73% -
HSV(B) 311.6º 0.48% 0.96% -
XYZ 58.91 40.1 74.45 -
YUV 173.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 246 127 223 0 0.48 0.09 0.04 311.6 0.87 0.73
Hex F6 7F DF 0 30 9 4 138 57 49
Octal 366 177 337 0 60 11 4 470 127 111
Binary 11110110 1111111 11011111 0 110000 1001 100 100111000 1010111 1001001

Color Harmonies of #F67FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FDF

Black with #F67FDF

Text Example


Text Example

White with #F67FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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