#F265B1

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

Shades of Hot Pink #F265B1

Tints of Hot Pink #F265B1

Color information

#F265B1 (or 0xF265B1) is unknown color: approx Hot Pink. HEX triplet: F2, 65 and B1. RGB value is (242,101,177). Sum of RGB (Red+Green+Blue) = 242+101+177=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F265B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265B1 is #0D9A4E. Grayscale: #979797. Windows color (decimal): -891471 or 11625970. OLE color: 11625970.

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

Color convert

RGB242101177-
CMYK00.580.270.05
HSL327.66º84.43%67.25%-
HSV(B)327.66º58.26%94.9%-
XYZ49.2131.3645.05-
YUV151.82142.21192.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 101 (39.84% from 255) = 19.42%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=46.54%
G=19.42%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210117700.580.270.05327.6684.4367.25
HexF265B103A1B51485443
Octal362145261072335510124103
Binary1111001011001011011000101110101101110110100100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F265B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F265B1; }

 p { color: rgb(242,101,177); }

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

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

 a { background-color: rgb(242,101,177); }

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

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

 span { border-color: rgb(242,101,177); }

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