Html Css Color HEX #F67DEA Pale Magenta

📋 copy color: '#F67DEA'

red 246 ◦ green 125 ◦ blue 234

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

Shades of Pale Magenta #F67DEA

Tints of Pale Magenta #F67DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.66%

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 40.66%
G = 20.66%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F67DEA (or 0xF67DEA) is known color: Pale Magenta. HEX triplet: F6, 7D and EA. RGB value is (246,125,234). Sum of RGB (Red+Green+Blue) = 246+125+234=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 125 (49.22% from 255 or 20.66% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67DEA is #098215. Grayscale: #ADADAD. Windows color (decimal): -623126 or 15367670. OLE color: 15367670.

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

Color convert

RGB 246 125 234 -
CMYK 0 0.49 0.05 0.04
HSL 305.95º 0.87% 0.73% -
HSV(B) 305.95º 0.49% 0.96% -
XYZ 60.19 40.2 82.43 -
YUV 173.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 246 125 234 0 0.49 0.05 0.04 305.95 0.87 0.73
Hex F6 7D EA 0 31 5 4 132 57 49
Octal 366 175 352 0 61 5 4 462 127 111
Binary 11110110 1111101 11101010 0 110001 101 100 100110010 1010111 1001001

Color Harmonies of #F67DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67DEA

Black with #F67DEA

Text Example


Text Example

White with #F67DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67DEA; }

 p { color: rgb(246,125,234); }

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

background-color css

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

 a { background-color: rgb(246,125,234); }

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

border-color css

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

 span { border-color: rgb(246,125,234); }

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