Html Css Color HEX #F66CE2 Pale Magenta

📋 copy color: '#F66CE2'

red 246 ◦ green 108 ◦ blue 226

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

Shades of Pale Magenta #F66CE2

Tints of Pale Magenta #F66CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.62%

 BLUE value IS 226 (88.67% from 255) = 38.97%

R = 42.41%
G = 18.62%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F66CE2 (or 0xF66CE2) is known color: Pale Magenta. HEX triplet: F6, 6C and E2. RGB value is (246,108,226). Sum of RGB (Red+Green+Blue) = 246+108+226=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CE2 is #09931D. Grayscale: #A2A2A2. Windows color (decimal): -627486 or 14839030. OLE color: 14839030.

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

Color convert

RGB 246 108 226 -
CMYK 0 0.56 0.08 0.04
HSL 308.7º 0.88% 0.69% -
HSV(B) 308.7º 0.56% 0.96% -
XYZ 57.1 35.81 75.85 -
YUV 162.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 246 108 226 0 0.56 0.08 0.04 308.7 0.88 0.69
Hex F6 6C E2 0 38 8 4 135 58 45
Octal 366 154 342 0 70 10 4 465 130 105
Binary 11110110 1101100 11100010 0 111000 1000 100 100110101 1011000 1000101

Color Harmonies of #F66CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66CE2

Black with #F66CE2

Text Example


Text Example

White with #F66CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66CE2; }

 p { color: rgb(246,108,226); }

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

background-color css

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

 a { background-color: rgb(246,108,226); }

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

border-color css

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

 span { border-color: rgb(246,108,226); }

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