#F76CFB

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

Shades of Ultra Pink #F76CFB

Tints of Ultra Pink #F76CFB

Color information

#F76CFB (or 0xF76CFB) is unknown color: approx Ultra Pink. HEX triplet: F7, 6C and FB. RGB value is (247,108,251). Sum of RGB (Red+Green+Blue) = 247+108+251=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 108 (42.58% from 255 or 17.82% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #F76CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76CFB is #089304. Grayscale: #A5A5A5. Windows color (decimal): -561925 or 16477431. OLE color: 16477431.

HSL color Cylindrical-coordinate representation of color #F76CFB: hue angle of 298.32º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76CFB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247108251-
CMYK0.020.5700.02
HSL298.32º94.7%70.39%-
HSV(B)298.32º56.97%98.43%-
XYZ61.1337.4695.28-
YUV165.86176.05185.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.76%
GREEN value IS 108 (42.58% from 255) = 17.82%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=40.76%
G=17.82%
B=41.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471082510.020.5700.02298.3294.770.39
HexF76CFB2390212a5f46
Octal36715437327102452137106
Binary111101111101100111110111011100101010010101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76CFB; }

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

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

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

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

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

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

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

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