#F968BC

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

Shades of Hot Pink #F968BC

Tints of Hot Pink #F968BC

Color information

#F968BC (or 0xF968BC) is unknown color: approx Hot Pink. HEX triplet: F9, 68 and BC. RGB value is (249,104,188). Sum of RGB (Red+Green+Blue) = 249+104+188=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F968BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968BC is #069743. Grayscale: #9C9C9C. Windows color (decimal): -431940 or 12347641. OLE color: 12347641.

HSL color Cylindrical-coordinate representation of color #F968BC: hue angle of 325.24º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968BC is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249104188-
CMYK00.580.240.02
HSL325.24º92.36%69.22%-
HSV(B)325.24º58.23%97.65%-
XYZ53.0933.6751.28-
YUV156.93145.54193.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 104 (41.02% from 255) = 19.22%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=46.03%
G=19.22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910418800.580.240.02325.2492.3669.22
HexF968BC03A1821455c45
Octal371150274072302505134105
Binary111110011101000101111000111010110001010100010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F968BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F968BC; }

 p { color: rgb(249,104,188); }

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

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

 a { background-color: rgb(249,104,188); }

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

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

 span { border-color: rgb(249,104,188); }

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