#F26CBA

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

Shades of Hot Pink #F26CBA

Tints of Hot Pink #F26CBA

Color information

#F26CBA (or 0xF26CBA) is unknown color: approx Hot Pink. HEX triplet: F2, 6C and BA. RGB value is (242,108,186). Sum of RGB (Red+Green+Blue) = 242+108+186=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CBA is #0D9345. Grayscale: #9C9C9C. Windows color (decimal): -889670 or 12217586. OLE color: 12217586.

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

Color convert

RGB242108186-
CMYK00.550.230.05
HSL325.07º83.75%68.63%-
HSV(B)325.07º55.37%94.9%-
XYZ50.8433.1550.17-
YUV156.96144.39188.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 108 (42.58% from 255) = 20.15%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=45.15%
G=20.15%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210818600.550.230.05325.0783.7568.63
HexF26CBA0371751455445
Octal362154272067275505124105
Binary1111001011011001011101001101111011110110100010110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26CBA; }

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

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

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

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

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

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

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

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