#F76CF7

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

Shades of Ultra Pink #F76CF7

Tints of Ultra Pink #F76CF7

Color information

#F76CF7 (or 0xF76CF7) is unknown color: approx Ultra Pink. HEX triplet: F7, 6C and F7. RGB value is (247,108,247). Sum of RGB (Red+Green+Blue) = 247+108+247=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 108 (42.58% from 255 or 17.94% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F76CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CF7 is #089308. Grayscale: #A4A4A4. Windows color (decimal): -561929 or 16215287. OLE color: 16215287.

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

Color convert

RGB247108247-
CMYK00.5600.03
HSL300º89.68%69.61%-
HSV(B)300º56.28%96.86%-
XYZ60.5137.2191.99-
YUV165.41174.05186.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 108 (42.58% from 255) = 17.94%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=41.03%
G=17.94%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710824700.5600.0330089.6869.61
HexF76CF70380312c5a46
Octal36715436707003454132106
Binary11110111110110011110111011100001110010110010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76CF7; }

 p { color: rgb(247,108,247); }

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

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

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

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

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

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

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