Html Css Color HEX #F67CDB Pale Magenta

📋 copy color: '#F67CDB'

red 246 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #F67CDB

Tints of Pale Magenta #F67CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.05%

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

R = 41.77%
G = 21.05%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F67CDB (or 0xF67CDB) is known color: Pale Magenta. HEX triplet: F6, 7C and DB. RGB value is (246,124,219). Sum of RGB (Red+Green+Blue) = 246+124+219=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CDB is #098324. Grayscale: #ABABAB. Windows color (decimal): -623397 or 14384374. OLE color: 14384374.

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

Color convert

RGB 246 124 219 -
CMYK 0 0.50 0.11 0.04
HSL 313.28º 0.87% 0.73% -
HSV(B) 313.28º 0.5% 0.96% -
XYZ 58 39.12 71.51 -
YUV 171.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 246 124 219 0 0.50 0.11 0.04 313.28 0.87 0.73
Hex F6 7C DB 0 32 B 4 139 57 49
Octal 366 174 333 0 62 13 4 471 127 111
Binary 11110110 1111100 11011011 0 110010 1011 100 100111001 1010111 1001001

Color Harmonies of #F67CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CDB

Black with #F67CDB

Text Example


Text Example

White with #F67CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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