#F771F2

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

Shades of Ultra Pink #F771F2

Tints of Ultra Pink #F771F2

Color information

#F771F2 (or 0xF771F2) is unknown color: approx Ultra Pink. HEX triplet: F7, 71 and F2. RGB value is (247,113,242). Sum of RGB (Red+Green+Blue) = 247+113+242=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 113 (44.53% from 255 or 18.77% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F771F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771F2 is #088E0D. Grayscale: #A7A7A7. Windows color (decimal): -560654 or 15888887. OLE color: 15888887.

HSL color Cylindrical-coordinate representation of color #F771F2: hue angle of 302.24º 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 #F771F2 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB247113242-
CMYK00.540.020.03
HSL302.24º89.33%70.59%-
HSV(B)302.24º54.25%96.86%-
XYZ60.293888.16-
YUV167.77169.89184.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 113 (44.53% from 255) = 18.77%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=41.03%
G=18.77%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711324200.540.020.03302.2489.3370.59
HexF771F20362312e5947
Octal36716136206623456131107
Binary111101111110001111100100110110101110010111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771F2; }

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

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

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

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

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

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

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

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