#F5127B

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

Shades of Deep Pink #F5127B

Tints of Deep Pink #F5127B

Color information

#F5127B (or 0xF5127B) is unknown color: approx Deep Pink. HEX triplet: F5, 12 and 7B. RGB value is (245,18,123). Sum of RGB (Red+Green+Blue) = 245+18+123=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5127B is #0AED84. Grayscale: #616161. Windows color (decimal): -716165 or 8065781. OLE color: 8065781.

HSL color Cylindrical-coordinate representation of color #F5127B: hue angle of 332.25º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5127B is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB24518123-
CMYK00.930.500.04
HSL332.25º91.9%51.57%-
HSV(B)332.25º92.65%96.08%-
XYZ41.4521.2820.66-
YUV97.84142.21232.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.47%
GREEN value IS 18 (7.42% from 255) = 4.66%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=63.47%
G=4.66%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451812300.930.500.04332.2591.951.57
HexF5127B05D32414c5c34
Octal36522173013562451413464
Binary11110101100101111011010111011100101001010011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5127B; }

 p { color: rgb(245,18,123); }

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

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

 a { background-color: rgb(245,18,123); }

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

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

 span { border-color: rgb(245,18,123); }

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