#F969BD

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

Shades of Hot Pink #F969BD

Tints of Hot Pink #F969BD

Color information

#F969BD (or 0xF969BD) is unknown color: approx Hot Pink. HEX triplet: F9, 69 and BD. RGB value is (249,105,189). Sum of RGB (Red+Green+Blue) = 249+105+189=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F969BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969BD is #069642. Grayscale: #9D9D9D. Windows color (decimal): -431683 or 12413433. OLE color: 12413433.

HSL color Cylindrical-coordinate representation of color #F969BD: hue angle of 325º 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 #F969BD is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249105189-
CMYK00.580.240.02
HSL325º92.31%69.41%-
HSV(B)325º57.83%97.65%-
XYZ53.333.9251.88-
YUV157.63145.71193.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.86%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=45.86%
G=19.34%
B=34.81%

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
Decimal24910518900.580.240.0232592.3169.41
HexF969BD03A1821455c45
Octal371151275072302505134105
Binary111110011101001101111010111010110001010100010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969BD; }

 p { color: rgb(249,105,189); }

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

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

 a { background-color: rgb(249,105,189); }

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

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

 span { border-color: rgb(249,105,189); }

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