#F1078A

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

Shades of Deep Pink #F1078A

Tints of Deep Pink #F1078A

Color information

#F1078A (or 0xF1078A) is unknown color: approx Deep Pink. HEX triplet: F1, 07 and 8A. RGB value is (241,7,138). Sum of RGB (Red+Green+Blue) = 241+7+138=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1078A is #0EF875. Grayscale: #5B5B5B. Windows color (decimal): -981110 or 9046001. OLE color: 9046001.

HSL color Cylindrical-coordinate representation of color #F1078A: hue angle of 326.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1078A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB2417138-
CMYK00.970.430.05
HSL326.41º94.35%48.63%-
HSV(B)326.41º97.1%94.51%-
XYZ40.9420.6925.88-
YUV91.9154.02234.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.44%
GREEN value IS 7 (3.12% from 255) = 1.81%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=62.44%
G=1.81%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241713800.970.430.05326.4194.3548.63
HexF178A0612B51465e31
Octal3617212014153550613661
Binary1111000111110001010011000011010111011010001101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1078A; }

 p { color: rgb(241,7,138); }

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

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

 a { background-color: rgb(241,7,138); }

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

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

 span { border-color: rgb(241,7,138); }

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