Html Css Color HEX #F67CDA Pale Magenta

📋 copy color: '#F67CDA'

red 246 ◦ green 124 ◦ blue 218

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

Shades of Pale Magenta #F67CDA

Tints of Pale Magenta #F67CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 41.84%
G = 21.09%
B = 37.07%

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

#F67CDA (or 0xF67CDA) is known color: Pale Magenta. HEX triplet: F6, 7C and DA. RGB value is (246,124,218). Sum of RGB (Red+Green+Blue) = 246+124+218=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CDA is #098325. Grayscale: #AAAAAA. Windows color (decimal): -623398 or 14318838. OLE color: 14318838.

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

Color convert

RGB 246 124 218 -
CMYK 0 0.50 0.11 0.04
HSL 313.77º 0.87% 0.73% -
HSV(B) 313.77º 0.5% 0.96% -
XYZ 57.87 39.07 70.82 -
YUV 171.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 246 124 218 0 0.50 0.11 0.04 313.77 0.87 0.73
Hex F6 7C DA 0 32 B 4 13A 57 49
Octal 366 174 332 0 62 13 4 472 127 111
Binary 11110110 1111100 11011010 0 110010 1011 100 100111010 1010111 1001001

Color Harmonies of #F67CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67CDA

Black with #F67CDA

Text Example


Text Example

White with #F67CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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