#F25FBB

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

Shades of Hot Pink #F25FBB

Tints of Hot Pink #F25FBB

Color information

#F25FBB (or 0xF25FBB) is unknown color: approx Hot Pink. HEX triplet: F2, 5F and BB. RGB value is (242,95,187). Sum of RGB (Red+Green+Blue) = 242+95+187=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FBB is #0DA044. Grayscale: #959595. Windows color (decimal): -892997 or 12279794. OLE color: 12279794.

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

Color convert

RGB24295187-
CMYK00.610.230.05
HSL322.45º84.97%66.08%-
HSV(B)322.45º60.74%94.9%-
XYZ49.6830.6550.31-
YUV149.44149.2194.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 95 (37.5% from 255) = 18.13%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=46.18%
G=18.13%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429518700.610.230.05322.4584.9766.08
HexF25FBB03D1751425542
Octal362137273075275502125102
Binary1111001010111111011101101111011011110110100001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25FBB; }

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

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

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

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

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

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

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

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