Html Css Color HEX #F67BDA Pale Magenta

📋 copy color: '#F67BDA'

red 246 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #F67BDA

Tints of Pale Magenta #F67BDA

RGB

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

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

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

R = 41.91%
G = 20.95%
B = 37.14%

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

#F67BDA (or 0xF67BDA) is known color: Pale Magenta. HEX triplet: F6, 7B and DA. RGB value is (246,123,218). Sum of RGB (Red+Green+Blue) = 246+123+218=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BDA is #098425. Grayscale: #AAAAAA. Windows color (decimal): -623654 or 14318582. OLE color: 14318582.

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

Color convert

RGB 246 123 218 -
CMYK 0 0.50 0.11 0.04
HSL 313.66º 0.87% 0.72% -
HSV(B) 313.66º 0.5% 0.96% -
XYZ 57.74 38.82 70.78 -
YUV 170.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 246 123 218 0 0.50 0.11 0.04 313.66 0.87 0.72
Hex F6 7B DA 0 32 B 4 13A 57 48
Octal 366 173 332 0 62 13 4 472 127 110
Binary 11110110 1111011 11011010 0 110010 1011 100 100111010 1010111 1001000

Color Harmonies of #F67BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BDA

Black with #F67BDA

Text Example


Text Example

White with #F67BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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