#f260ad

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

Shades of Hot Pink #F260AD

Tints of Hot Pink #F260AD

Color information

#F260AD (or 0xF260AD) is unknown color: approx Hot Pink. HEX triplet: F2, 60 and AD. RGB value is (242,96,173). Sum of RGB (Red+Green+Blue) = 242+96+173=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F260AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F260AD is #0D9F52. Grayscale: #949494. Windows color (decimal): -892755 or 11362546. OLE color: 11362546.

HSL color Cylindrical-coordinate representation of color #F260AD: hue angle of 328.36º 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 #F260AD is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24296173-
CMYK00.600.290.05
HSL328.36º84.88%66.27%-
HSV(B)328.36º60.33%94.9%-
XYZ48.3430.2642.83-
YUV148.43141.87194.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.36%
GREEN value IS 96 (37.89% from 255) = 18.79%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=47.36%
G=18.79%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429617300.600.290.05328.3684.8866.27
HexF260AD03C1D51485542
Octal362140255074355510125102
Binary1111001011000001010110101111001110110110100100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f260ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f260ad; }

 p { color: rgb(242,96,173); }

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

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

 a { background-color: rgb(242,96,173); }

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

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

 span { border-color: rgb(242,96,173); }

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