Html Css Color HEX #F67FDB Pale Magenta

📋 copy color: '#F67FDB'

red 246 ◦ green 127 ◦ blue 219

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

Shades of Pale Magenta #F67FDB

Tints of Pale Magenta #F67FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 41.55%
G = 21.45%
B = 36.99%

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

#F67FDB (or 0xF67FDB) is known color: Pale Magenta. HEX triplet: F6, 7F and DB. RGB value is (246,127,219). Sum of RGB (Red+Green+Blue) = 246+127+219=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDB is #098024. Grayscale: #ACACAC. Windows color (decimal): -622629 or 14385142. OLE color: 14385142.

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

Color convert

RGB 246 127 219 -
CMYK 0 0.48 0.11 0.04
HSL 313.61º 0.87% 0.73% -
HSV(B) 313.61º 0.48% 0.96% -
XYZ 58.38 39.89 71.64 -
YUV 173.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 246 127 219 0 0.48 0.11 0.04 313.61 0.87 0.73
Hex F6 7F DB 0 30 B 4 13A 57 49
Octal 366 177 333 0 60 13 4 472 127 111
Binary 11110110 1111111 11011011 0 110000 1011 100 100111010 1010111 1001001

Color Harmonies of #F67FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FDB

Black with #F67FDB

Text Example


Text Example

White with #F67FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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