Html Css Color HEX #F67BDC Pale Magenta

📋 copy color: '#F67BDC'

red 246 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #F67BDC

Tints of Pale Magenta #F67BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.88%

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

R = 41.77%
G = 20.88%
B = 37.35%

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

#F67BDC (or 0xF67BDC) is known color: Pale Magenta. HEX triplet: F6, 7B and DC. RGB value is (246,123,220). Sum of RGB (Red+Green+Blue) = 246+123+220=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BDC is #098423. Grayscale: #AAAAAA. Windows color (decimal): -623652 or 14449654. OLE color: 14449654.

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

Color convert

RGB 246 123 220 -
CMYK 0 0.50 0.11 0.04
HSL 312.68º 0.87% 0.72% -
HSV(B) 312.68º 0.5% 0.96% -
XYZ 58.01 38.93 72.17 -
YUV 170.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 246 123 220 0 0.50 0.11 0.04 312.68 0.87 0.72
Hex F6 7B DC 0 32 B 4 139 57 48
Octal 366 173 334 0 62 13 4 471 127 110
Binary 11110110 1111011 11011100 0 110010 1011 100 100111001 1010111 1001000

Color Harmonies of #F67BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BDC

Black with #F67BDC

Text Example


Text Example

White with #F67BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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