Html Css Color HEX #F67EEA Pale Magenta

📋 copy color: '#F67EEA'

red 246 ◦ green 126 ◦ blue 234

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

Shades of Pale Magenta #F67EEA

Tints of Pale Magenta #F67EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.79%

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

R = 40.59%
G = 20.79%
B = 38.61%

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

#F67EEA (or 0xF67EEA) is known color: Pale Magenta. HEX triplet: F6, 7E and EA. RGB value is (246,126,234). Sum of RGB (Red+Green+Blue) = 246+126+234=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 126 (49.61% from 255 or 20.79% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67EEA is #098115. Grayscale: #ADADAD. Windows color (decimal): -622870 or 15367926. OLE color: 15367926.

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

Color convert

RGB 246 126 234 -
CMYK 0 0.49 0.05 0.04
HSL 306º 0.87% 0.73% -
HSV(B) 306º 0.49% 0.96% -
XYZ 60.32 40.46 82.47 -
YUV 174.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 246 126 234 0 0.49 0.05 0.04 306 0.87 0.73
Hex F6 7E EA 0 31 5 4 132 57 49
Octal 366 176 352 0 61 5 4 462 127 111
Binary 11110110 1111110 11101010 0 110001 101 100 100110010 1010111 1001001

Color Harmonies of #F67EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67EEA

Black with #F67EEA

Text Example


Text Example

White with #F67EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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