#F75CB3

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

Shades of Hot Pink #F75CB3

Tints of Hot Pink #F75CB3

Color information

#F75CB3 (or 0xF75CB3) is unknown color: approx Hot Pink. HEX triplet: F7, 5C and B3. RGB value is (247,92,179). Sum of RGB (Red+Green+Blue) = 247+92+179=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CB3 is #08A34C. Grayscale: #949494. Windows color (decimal): -566093 or 11754743. OLE color: 11754743.

HSL color Cylindrical-coordinate representation of color #F75CB3: hue angle of 326.32º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CB3 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB24792179-
CMYK00.630.280.03
HSL326.32º90.64%66.47%-
HSV(B)326.32º62.75%96.86%-
XYZ50.3230.6845.92-
YUV148.26145.35198.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.68%
GREEN value IS 92 (36.33% from 255) = 17.76%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=47.68%
G=17.76%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479217900.630.280.03326.3290.6466.47
HexF75CB303F1C31465b42
Octal367134263077343506133102
Binary111101111011100101100110111111111001110100011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CB3; }

 p { color: rgb(247,92,179); }

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

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

 a { background-color: rgb(247,92,179); }

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

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

 span { border-color: rgb(247,92,179); }

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