#F772F1

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

Shades of Ultra Pink #F772F1

Tints of Ultra Pink #F772F1

Color information

#F772F1 (or 0xF772F1) is unknown color: approx Ultra Pink. HEX triplet: F7, 72 and F1. RGB value is (247,114,241). Sum of RGB (Red+Green+Blue) = 247+114+241=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 114 (44.92% from 255 or 18.94% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F772F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F772F1 is #088D0E. Grayscale: #A7A7A7. Windows color (decimal): -560399 or 15823607. OLE color: 15823607.

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

Color convert

RGB247114241-
CMYK00.540.020.03
HSL302.71º89.26%70.78%-
HSV(B)302.71º53.85%96.86%-
XYZ60.2538.1687.41-
YUV168.24169.06184.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 114 (44.92% from 255) = 18.94%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=41.03%
G=18.94%
B=40.03%

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
Decimal24711424100.540.020.03302.7189.2670.78
HexF772F10362312f5947
Octal36716236106623457131107
Binary111101111110010111100010110110101110010111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F772F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F772F1; }

 p { color: rgb(247,114,241); }

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

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

 a { background-color: rgb(247,114,241); }

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

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

 span { border-color: rgb(247,114,241); }

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