#F25FBA

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

Shades of Hot Pink #F25FBA

Tints of Hot Pink #F25FBA

Color information

#F25FBA (or 0xF25FBA) is unknown color: approx Hot Pink. HEX triplet: F2, 5F and BA. RGB value is (242,95,186). Sum of RGB (Red+Green+Blue) = 242+95+186=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FBA is #0DA045. Grayscale: #959595. Windows color (decimal): -892998 or 12214258. OLE color: 12214258.

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

Color convert

RGB24295186-
CMYK00.610.230.05
HSL322.86º84.97%66.08%-
HSV(B)322.86º60.74%94.9%-
XYZ49.5730.6149.75-
YUV149.33148.7194.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=46.27%
G=18.16%
B=35.56%

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
Decimal2429518600.610.230.05322.8684.9766.08
HexF25FBA03D1751435542
Octal362137272075275503125102
Binary1111001010111111011101001111011011110110100001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25FBA; }

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

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

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

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

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

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

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

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