#F150BC

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

Shades of Hot Pink #F150BC

Tints of Hot Pink #F150BC

Color information

#F150BC (or 0xF150BC) is unknown color: approx Hot Pink. HEX triplet: F1, 50 and BC. RGB value is (241,80,188). Sum of RGB (Red+Green+Blue) = 241+80+188=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F150BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150BC is #0EAF43. Grayscale: #8C8C8C. Windows color (decimal): -962372 or 12341489. OLE color: 12341489.

HSL color Cylindrical-coordinate representation of color #F150BC: hue angle of 319.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150BC is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB24180188-
CMYK00.670.220.05
HSL319.75º85.19%62.94%-
HSV(B)319.75º66.8%94.51%-
XYZ48.2228.0750.45-
YUV140.45154.84199.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.35%
GREEN value IS 80 (31.64% from 255) = 15.72%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=47.35%
G=15.72%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418018800.670.220.05319.7585.1962.94
HexF150BC043165140553f
Octal361120274010326550012577
Binary1111000110100001011110001000011101101011010000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F150BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F150BC; }

 p { color: rgb(241,80,188); }

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

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

 a { background-color: rgb(241,80,188); }

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

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

 span { border-color: rgb(241,80,188); }

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