#F975B5

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

Shades of Hot Pink #F975B5

Tints of Hot Pink #F975B5

Color information

#F975B5 (or 0xF975B5) is unknown color: approx Hot Pink. HEX triplet: F9, 75 and B5. RGB value is (249,117,181). Sum of RGB (Red+Green+Blue) = 249+117+181=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F975B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975B5 is #068A4A. Grayscale: #A3A3A3. Windows color (decimal): -428619 or 11892217. OLE color: 11892217.

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

Color convert

RGB249117181-
CMYK00.530.270.02
HSL330.91º91.67%71.76%-
HSV(B)330.91º53.01%97.65%-
XYZ53.7736.247.87-
YUV163.76137.73188.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=45.52%
G=21.39%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911718100.530.270.02330.9191.6771.76
HexF975B50351B214b5c48
Octal371165265065332513134110
Binary111110011110101101101010110101110111010100101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975B5; }

 p { color: rgb(249,117,181); }

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

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

 a { background-color: rgb(249,117,181); }

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

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

 span { border-color: rgb(249,117,181); }

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