#F14F7F

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

Shades of Dark Pink #F14F7F

Tints of Dark Pink #F14F7F

Color information

#F14F7F (or 0xF14F7F) is unknown color: approx Dark Pink. HEX triplet: F1, 4F and 7F. RGB value is (241,79,127). Sum of RGB (Red+Green+Blue) = 241+79+127=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F7F is #0EB080. Grayscale: #848484. Windows color (decimal): -962689 or 8343537. OLE color: 8343537.

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

Color convert

RGB24179127-
CMYK00.670.470.05
HSL342.22º85.26%62.75%-
HSV(B)342.22º67.22%94.51%-
XYZ42.925.8322.8-
YUV132.91124.67205.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 127 (50% from 255) = 28.41%
R=53.91%
G=17.67%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417912700.670.470.05342.2285.2662.75
HexF14F7F0432F5156553f
Octal361117177010357552612577
Binary1111000110011111111111010000111011111011010101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F7F; }

 p { color: rgb(241,79,127); }

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

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

 a { background-color: rgb(241,79,127); }

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

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

 span { border-color: rgb(241,79,127); }

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