#f261ba

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

Shades of Hot Pink #F261BA

Tints of Hot Pink #F261BA

Color information

#F261BA (or 0xF261BA) is unknown color: approx Hot Pink. HEX triplet: F2, 61 and BA. RGB value is (242,97,186). Sum of RGB (Red+Green+Blue) = 242+97+186=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F261BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261BA is #0D9E45. Grayscale: #969696. Windows color (decimal): -892486 or 12214770. OLE color: 12214770.

HSL color Cylindrical-coordinate representation of color #F261BA: hue angle of 323.17º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261BA is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24297186-
CMYK00.600.230.05
HSL323.17º84.8%66.47%-
HSV(B)323.17º59.92%94.9%-
XYZ49.7630.9749.81-
YUV150.5148.04193.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.10%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=46.10%
G=18.48%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429718600.600.230.05323.1784.866.47
HexF261BA03C1751435542
Octal362141272074275503125102
Binary1111001011000011011101001111001011110110100001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f261ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f261ba; }

 p { color: rgb(242,97,186); }

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

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

 a { background-color: rgb(242,97,186); }

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

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

 span { border-color: rgb(242,97,186); }

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