#F9257A

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

Shades of Deep Pink #F9257A

Tints of Deep Pink #F9257A

Color information

#F9257A (or 0xF9257A) is unknown color: approx Deep Pink. HEX triplet: F9, 25 and 7A. RGB value is (249,37,122). Sum of RGB (Red+Green+Blue) = 249+37+122=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9257A is #06DA85. Grayscale: #6D6D6D. Windows color (decimal): -449158 or 8005113. OLE color: 8005113.

HSL color Cylindrical-coordinate representation of color #F9257A: hue angle of 335.94º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9257A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB24937122-
CMYK00.850.510.02
HSL335.94º94.64%56.08%-
HSV(B)335.94º85.14%97.65%-
XYZ43.2422.8720.55-
YUV110.08134.74227.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.03%
GREEN value IS 37 (14.84% from 255) = 9.07%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=61.03%
G=9.07%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493712200.850.510.02335.9494.6456.08
HexF9257A0553321505f38
Octal37145172012563252013770
Binary11111001100101111101001010101110011101010100001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9257A; }

 p { color: rgb(249,37,122); }

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

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

 a { background-color: rgb(249,37,122); }

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

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

 span { border-color: rgb(249,37,122); }

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