#F14D9F

Color #F14D9F Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F14D9F

Tints of Brilliant Rose #F14D9F

Color information

#F14D9F (or 0xF14D9F) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4D and 9F. RGB value is (241,77,159). Sum of RGB (Red+Green+Blue) = 241+77+159=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D9F is #0EB260. Grayscale: #878787. Windows color (decimal): -963169 or 10440177. OLE color: 10440177.

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

Color convert

RGB24177159-
CMYK00.680.340.05
HSL330º85.42%62.35%-
HSV(B)330º68.05%94.51%-
XYZ45.1926.5135.54-
YUV135.38141.33203.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=50.52%
G=16.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417715900.680.340.0533085.4262.35
HexF14D9F04422514a553e
Octal361115237010442551212576
Binary11110001100110110011111010001001000101011010010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D9F; }

 p { color: rgb(241,77,159); }

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

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

 a { background-color: rgb(241,77,159); }

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

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

 span { border-color: rgb(241,77,159); }

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