#F268BC

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

Shades of Hot Pink #F268BC

Tints of Hot Pink #F268BC

Color information

#F268BC (or 0xF268BC) is unknown color: approx Hot Pink. HEX triplet: F2, 68 and BC. RGB value is (242,104,188). Sum of RGB (Red+Green+Blue) = 242+104+188=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F268BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268BC is #0D9743. Grayscale: #9A9A9A. Windows color (decimal): -890692 or 12347634. OLE color: 12347634.

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

Color convert

RGB242104188-
CMYK00.570.220.05
HSL323.48º84.15%67.84%-
HSV(B)323.48º57.02%94.9%-
XYZ50.6532.4151.16-
YUV154.84146.72190.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 104 (41.02% from 255) = 19.48%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=45.32%
G=19.48%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210418800.570.220.05323.4884.1567.84
HexF268BC0391651435444
Octal362150274071265503124104
Binary1111001011010001011110001110011011010110100001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F268BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F268BC; }

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

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

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

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

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

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

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

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