#F375B1

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

Shades of Hot Pink #F375B1

Tints of Hot Pink #F375B1

Color information

#F375B1 (or 0xF375B1) is unknown color: approx Hot Pink. HEX triplet: F3, 75 and B1. RGB value is (243,117,177). Sum of RGB (Red+Green+Blue) = 243+117+177=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F375B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F375B1 is #0C8A4E. Grayscale: #A1A1A1. Windows color (decimal): -821839 or 11630067. OLE color: 11630067.

HSL color Cylindrical-coordinate representation of color #F375B1: hue angle of 331.43º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375B1 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243117177-
CMYK00.520.270.05
HSL331.43º84%70.59%-
HSV(B)331.43º51.85%95.29%-
XYZ51.2634.9545.64-
YUV161.51136.74186.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.25%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=45.25%
G=21.79%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311717700.520.270.05331.438470.59
HexF375B10341B514b5447
Octal363165261064335513124107
Binary1111001111101011011000101101001101110110100101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F375B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F375B1; }

 p { color: rgb(243,117,177); }

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

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

 a { background-color: rgb(243,117,177); }

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

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

 span { border-color: rgb(243,117,177); }

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