Html Css Color HEX #F67BD6 Pale Magenta

📋 copy color: '#F67BD6'

red 246 ◦ green 123 ◦ blue 214

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

Shades of Pale Magenta #F67BD6

Tints of Pale Magenta #F67BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.71%

R = 42.2%
G = 21.1%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F67BD6 (or 0xF67BD6) is known color: Pale Magenta. HEX triplet: F6, 7B and D6. RGB value is (246,123,214). Sum of RGB (Red+Green+Blue) = 246+123+214=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BD6 is #098429. Grayscale: #A9A9A9. Windows color (decimal): -623658 or 14056438. OLE color: 14056438.

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

Color convert

RGB 246 123 214 -
CMYK 0 0.50 0.13 0.04
HSL 315.61º 0.87% 0.72% -
HSV(B) 315.61º 0.5% 0.96% -
XYZ 57.23 38.61 68.06 -
YUV 170.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 246 123 214 0 0.50 0.13 0.04 315.61 0.87 0.72
Hex F6 7B D6 0 32 D 4 13C 57 48
Octal 366 173 326 0 62 15 4 474 127 110
Binary 11110110 1111011 11010110 0 110010 1101 100 100111100 1010111 1001000

Color Harmonies of #F67BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BD6

Black with #F67BD6

Text Example


Text Example

White with #F67BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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