#F264BC

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

Shades of Hot Pink #F264BC

Tints of Hot Pink #F264BC

Color information

#F264BC (or 0xF264BC) is unknown color: approx Hot Pink. HEX triplet: F2, 64 and BC. RGB value is (242,100,188). Sum of RGB (Red+Green+Blue) = 242+100+188=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F264BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F264BC is #0D9B43. Grayscale: #989898. Windows color (decimal): -891716 or 12346610. OLE color: 12346610.

HSL color Cylindrical-coordinate representation of color #F264BC: hue angle of 322.82º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F264BC is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242100188-
CMYK00.590.220.05
HSL322.82º84.52%67.06%-
HSV(B)322.82º58.68%94.9%-
XYZ50.2531.6251.03-
YUV152.49148.04191.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.66%
GREEN value IS 100 (39.45% from 255) = 18.87%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=45.66%
G=18.87%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210018800.590.220.05322.8284.5267.06
HexF264BC03B1651435543
Octal362144274073265503125103
Binary1111001011001001011110001110111011010110100001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F264BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F264BC; }

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

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

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

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

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

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

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

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