#F769BC

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

Shades of Hot Pink #F769BC

Tints of Hot Pink #F769BC

Color information

#F769BC (or 0xF769BC) is unknown color: approx Hot Pink. HEX triplet: F7, 69 and BC. RGB value is (247,105,188). Sum of RGB (Red+Green+Blue) = 247+105+188=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F769BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769BC is #089643. Grayscale: #9C9C9C. Windows color (decimal): -562756 or 12347895. OLE color: 12347895.

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

Color convert

RGB247105188-
CMYK00.570.240.03
HSL324.93º89.87%69.02%-
HSV(B)324.93º57.49%96.86%-
XYZ52.4933.5151.28-
YUV156.92145.54192.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.74%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=45.74%
G=19.44%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710518800.570.240.03324.9389.8769.02
HexF769BC0391831455a45
Octal367151274071303505132105
Binary111101111101001101111000111001110001110100010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769BC; }

 p { color: rgb(247,105,188); }

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

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

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

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

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

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

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