#F76FFA

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

Shades of Ultra Pink #F76FFA

Tints of Ultra Pink #F76FFA

Color information

#F76FFA (or 0xF76FFA) is unknown color: approx Ultra Pink. HEX triplet: F7, 6F and FA. RGB value is (247,111,250). Sum of RGB (Red+Green+Blue) = 247+111+250=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 111 (43.75% from 255 or 18.26% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #F76FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76FFA is #089005. Grayscale: #A7A7A7. Windows color (decimal): -561158 or 16412663. OLE color: 16412663.

HSL color Cylindrical-coordinate representation of color #F76FFA: hue angle of 298.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76FFA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247111250-
CMYK0.010.5600.02
HSL298.71º93.29%70.78%-
HSV(B)298.71º55.6%98.04%-
XYZ61.338.0594.56-
YUV167.51174.56184.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 111 (43.75% from 255) = 18.26%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=40.62%
G=18.26%
B=41.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471112500.010.5600.02298.7193.2970.78
HexF76FFA1380212b5d47
Octal36715737217002453135107
Binary11110111110111111111010111100001010010101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76FFA; }

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

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

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

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

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

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

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

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