Html Css Color HEX #F66CE0 Pale Magenta

📋 copy color: '#F66CE0'

red 246 ◦ green 108 ◦ blue 224

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

Shades of Pale Magenta #F66CE0

Tints of Pale Magenta #F66CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 42.56%
G = 18.69%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F66CE0 (or 0xF66CE0) is known color: Pale Magenta. HEX triplet: F6, 6C and E0. RGB value is (246,108,224). Sum of RGB (Red+Green+Blue) = 246+108+224=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66CE0 is #09931F. Grayscale: #A2A2A2. Windows color (decimal): -627488 or 14707958. OLE color: 14707958.

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

Color convert

RGB 246 108 224 -
CMYK 0 0.56 0.09 0.04
HSL 309.57º 0.88% 0.69% -
HSV(B) 309.57º 0.56% 0.96% -
XYZ 56.82 35.7 74.42 -
YUV 162.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 246 108 224 0 0.56 0.09 0.04 309.57 0.88 0.69
Hex F6 6C E0 0 38 9 4 136 58 45
Octal 366 154 340 0 70 11 4 466 130 105
Binary 11110110 1101100 11100000 0 111000 1001 100 100110110 1011000 1000101

Color Harmonies of #F66CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66CE0

Black with #F66CE0

Text Example


Text Example

White with #F66CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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