#F268BB

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

Shades of Hot Pink #F268BB

Tints of Hot Pink #F268BB

Color information

#F268BB (or 0xF268BB) is unknown color: approx Hot Pink. HEX triplet: F2, 68 and BB. RGB value is (242,104,187). Sum of RGB (Red+Green+Blue) = 242+104+187=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F268BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268BB is #0D9744. Grayscale: #9A9A9A. Windows color (decimal): -890693 or 12282098. OLE color: 12282098.

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

Color convert

RGB242104187-
CMYK00.570.230.05
HSL323.91º84.15%67.84%-
HSV(B)323.91º57.02%94.9%-
XYZ50.5432.3750.6-
YUV154.72146.22190.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=45.40%
G=19.51%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210418700.570.230.05323.9184.1567.84
HexF268BB0391751445444
Octal362150273071275504124104
Binary1111001011010001011101101110011011110110100010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F268BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F268BB; }

 p { color: rgb(242,104,187); }

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

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

 a { background-color: rgb(242,104,187); }

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

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

 span { border-color: rgb(242,104,187); }

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