Html Css Color HEX #F46CE0 Pale Magenta

📋 copy color: '#F46CE0'

red 244 ◦ green 108 ◦ blue 224

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

Shades of Pale Magenta #F46CE0

Tints of Pale Magenta #F46CE0

RGB

 RED value IS 244 (95.7% from 255) = 42.36%

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

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

R = 42.36%
G = 18.75%
B = 38.89%

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

#F46CE0 (or 0xF46CE0) is known color: Pale Magenta. HEX triplet: F4, 6C and E0. RGB value is (244,108,224). Sum of RGB (Red+Green+Blue) = 244+108+224=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F46CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46CE0 is #0B931F. Grayscale: #A1A1A1. Windows color (decimal): -758560 or 14707956. OLE color: 14707956.

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

Color convert

RGB 244 108 224 -
CMYK 0 0.56 0.08 0.04
HSL 308.82º 0.86% 0.69% -
HSV(B) 308.82º 0.56% 0.96% -
XYZ 56.13 35.34 74.38 -
YUV 161.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 244 108 224 0 0.56 0.08 0.04 308.82 0.86 0.69
Hex F4 6C E0 0 38 8 4 135 56 45
Octal 364 154 340 0 70 10 4 465 126 105
Binary 11110100 1101100 11100000 0 111000 1000 100 100110101 1010110 1000101

Color Harmonies of #F46CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46CE0

Black with #F46CE0

Text Example


Text Example

White with #F46CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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