Html Css Color HEX #F76CE0 Pale Magenta

📋 copy color: '#F76CE0'

red 247 ◦ green 108 ◦ blue 224

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

Shades of Pale Magenta #F76CE0

Tints of Pale Magenta #F76CE0

RGB

 RED value IS 247 (96.88% from 255) = 42.66%

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

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

R = 42.66%
G = 18.65%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F76CE0 (or 0xF76CE0) is known color: Pale Magenta. HEX triplet: F7, 6C and E0. RGB value is (247,108,224). Sum of RGB (Red+Green+Blue) = 247+108+224=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CE0 is #08931F. Grayscale: #A2A2A2. Windows color (decimal): -561952 or 14707959. OLE color: 14707959.

HSL color Cylindrical-coordinate representation of color #F76CE0: hue angle of 309.93º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CE0 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 108 224 -
CMYK 0 0.56 0.09 0.03
HSL 309.93º 0.9% 0.7% -
HSV(B) 309.93º 0.56% 0.97% -
XYZ 57.17 35.88 74.43 -
YUV 162.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 247 108 224 0 0.56 0.09 0.03 309.93 0.9 0.7
Hex F7 6C E0 0 38 9 3 136 5A 46
Octal 367 154 340 0 70 11 3 466 132 106
Binary 11110111 1101100 11100000 0 111000 1001 11 100110110 1011010 1000110

Color Harmonies of #F76CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76CE0

Black with #F76CE0

Text Example


Text Example

White with #F76CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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