#F771EE

Color #F771EE Ultra Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultra Pink #F771EE

Tints of Ultra Pink #F771EE

Color information

#F771EE (or 0xF771EE) is unknown color: approx Ultra Pink. HEX triplet: F7, 71 and EE. RGB value is (247,113,238). Sum of RGB (Red+Green+Blue) = 247+113+238=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 113 (44.53% from 255 or 18.90% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F771EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771EE is #088E11. Grayscale: #A6A6A6. Windows color (decimal): -560658 or 15626743. OLE color: 15626743.

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

Color convert

RGB247113238-
CMYK00.540.040.03
HSL304.03º89.33%70.59%-
HSV(B)304.03º54.25%96.86%-
XYZ59.737.7685.03-
YUV167.32167.89184.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.30%
GREEN value IS 113 (44.53% from 255) = 18.90%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=41.30%
G=18.90%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711323800.540.040.03304.0389.3370.59
HexF771EE036431305947
Octal36716135606643460131107
Binary1111011111100011110111001101101001110011000010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771EE; }

 p { color: rgb(247,113,238); }

 H1.HeaderClassName
 {
   color: #F771EE;
 }
 .AnyTagClassName
 {
   color: #F771EE;
 }
</style>
background-color css

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

 a { background-color: rgb(247,113,238); }

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

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

 span { border-color: rgb(247,113,238); }

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