#F767B0

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

Shades of Hot Pink #F767B0

Tints of Hot Pink #F767B0

Color information

#F767B0 (or 0xF767B0) is unknown color: approx Hot Pink. HEX triplet: F7, 67 and B0. RGB value is (247,103,176). Sum of RGB (Red+Green+Blue) = 247+103+176=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F767B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F767B0 is #08984F. Grayscale: #9A9A9A. Windows color (decimal): -563280 or 11560951. OLE color: 11560951.

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

Color convert

RGB247103176-
CMYK00.580.290.03
HSL329.58º90%68.63%-
HSV(B)329.58º58.3%96.86%-
XYZ51.0432.6144.68-
YUV154.38140.21194.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=46.96%
G=19.58%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710317600.580.290.03329.589068.63
HexF767B003A1D314a5a45
Octal367147260072353512132105
Binary111101111100111101100000111010111011110100101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F767B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F767B0; }

 p { color: rgb(247,103,176); }

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

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

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

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

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

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

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