#F75CB4

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

Shades of Hot Pink #F75CB4

Tints of Hot Pink #F75CB4

Color information

#F75CB4 (or 0xF75CB4) is unknown color: approx Hot Pink. HEX triplet: F7, 5C and B4. RGB value is (247,92,180). Sum of RGB (Red+Green+Blue) = 247+92+180=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CB4 is #08A34B. Grayscale: #949494. Windows color (decimal): -566092 or 11820279. OLE color: 11820279.

HSL color Cylindrical-coordinate representation of color #F75CB4: hue angle of 325.94º 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 #F75CB4 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB24792180-
CMYK00.630.270.03
HSL325.94º90.64%66.47%-
HSV(B)325.94º62.75%96.86%-
XYZ50.4230.7246.45-
YUV148.38145.85198.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.59%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=47.59%
G=17.73%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479218000.630.270.03325.9490.6466.47
HexF75CB403F1B31465b42
Octal367134264077333506133102
Binary111101111011100101101000111111110111110100011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CB4; }

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

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

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

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

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

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

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

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