#F25CBB

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

Shades of Hot Pink #F25CBB

Tints of Hot Pink #F25CBB

Color information

#F25CBB (or 0xF25CBB) is unknown color: approx Hot Pink. HEX triplet: F2, 5C and BB. RGB value is (242,92,187). Sum of RGB (Red+Green+Blue) = 242+92+187=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CBB is #0DA344. Grayscale: #939393. Windows color (decimal): -893765 or 12279026. OLE color: 12279026.

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

Color convert

RGB24292187-
CMYK00.620.230.05
HSL322º85.23%65.49%-
HSV(B)322º61.98%94.9%-
XYZ49.4130.1250.22-
YUV147.68150.2195.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=46.45%
G=17.66%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429218700.620.230.0532285.2365.49
HexF25CBB03E1751425541
Octal362134273076275502125101
Binary1111001010111001011101101111101011110110100001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25CBB; }

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

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

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

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

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

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

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

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