Html Css Color HEX #F66FE8 Pale Magenta

📋 copy color: '#F66FE8'

red 246 ◦ green 111 ◦ blue 232

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

Shades of Pale Magenta #F66FE8

Tints of Pale Magenta #F66FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.85%

 BLUE value IS 232 (91.02% from 255) = 39.39%

R = 41.77%
G = 18.85%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F66FE8 (or 0xF66FE8) is known color: Pale Magenta. HEX triplet: F6, 6F and E8. RGB value is (246,111,232). Sum of RGB (Red+Green+Blue) = 246+111+232=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66FE8 is #099017. Grayscale: #A4A4A4. Windows color (decimal): -626712 or 15233014. OLE color: 15233014.

HSL color Cylindrical-coordinate representation of color #F66FE8: hue angle of 306.22º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66FE8 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 111 232 -
CMYK 0 0.55 0.06 0.04
HSL 306.22º 0.88% 0.7% -
HSV(B) 306.22º 0.55% 0.96% -
XYZ 58.26 36.79 80.37 -
YUV 165.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 246 111 232 0 0.55 0.06 0.04 306.22 0.88 0.7
Hex F6 6F E8 0 37 6 4 132 58 46
Octal 366 157 350 0 67 6 4 462 130 106
Binary 11110110 1101111 11101000 0 110111 110 100 100110010 1011000 1000110

Color Harmonies of #F66FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66FE8

Black with #F66FE8

Text Example


Text Example

White with #F66FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66FE8; }

 p { color: rgb(246,111,232); }

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

background-color css

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

 a { background-color: rgb(246,111,232); }

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

border-color css

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

 span { border-color: rgb(246,111,232); }

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