#F14DA9

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

Shades of Brilliant Rose #F14DA9

Tints of Brilliant Rose #F14DA9

Color information

#F14DA9 (or 0xF14DA9) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4D and A9. RGB value is (241,77,169). Sum of RGB (Red+Green+Blue) = 241+77+169=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14DA9 is #0EB256. Grayscale: #888888. Windows color (decimal): -963159 or 11095537. OLE color: 11095537.

HSL color Cylindrical-coordinate representation of color #F14DA9: hue angle of 326.34º 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 #F14DA9 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24177169-
CMYK00.680.300.05
HSL326.34º85.42%62.35%-
HSV(B)326.34º68.05%94.51%-
XYZ46.0926.8740.29-
YUV136.52146.33202.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 77 (30.47% from 255) = 15.81%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=49.49%
G=15.81%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417716900.680.300.05326.3485.4262.35
HexF14DA90441E5146553e
Octal361115251010436550612576
Binary1111000110011011010100101000100111101011010001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14DA9; }

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

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

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

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

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

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

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

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