Html Css Color HEX #F76FE0 Pale Magenta

📋 copy color: '#F76FE0'

red 247 ◦ green 111 ◦ blue 224

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

Shades of Pale Magenta #F76FE0

Tints of Pale Magenta #F76FE0

RGB

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

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

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

R = 42.44%
G = 19.07%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F76FE0 (or 0xF76FE0) is known color: Pale Magenta. HEX triplet: F7, 6F and E0. RGB value is (247,111,224). Sum of RGB (Red+Green+Blue) = 247+111+224=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 111 (43.75% from 255 or 19.07% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FE0 is #08901F. Grayscale: #A4A4A4. Windows color (decimal): -561184 or 14708727. OLE color: 14708727.

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

Color convert

RGB 247 111 224 -
CMYK 0 0.55 0.09 0.03
HSL 310.15º 0.89% 0.7% -
HSV(B) 310.15º 0.55% 0.97% -
XYZ 57.5 36.52 74.54 -
YUV 164.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 247 111 224 0 0.55 0.09 0.03 310.15 0.89 0.7
Hex F7 6F E0 0 37 9 3 136 59 46
Octal 367 157 340 0 67 11 3 466 131 106
Binary 11110111 1101111 11100000 0 110111 1001 11 100110110 1011001 1000110

Color Harmonies of #F76FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76FE0

Black with #F76FE0

Text Example


Text Example

White with #F76FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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