#F14BAE

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

Shades of Brilliant Rose #F14BAE

Tints of Brilliant Rose #F14BAE

Color information

#F14BAE (or 0xF14BAE) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4B and AE. RGB value is (241,75,174). Sum of RGB (Red+Green+Blue) = 241+75+174=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14BAE is #0EB451. Grayscale: #878787. Windows color (decimal): -963666 or 11422705. OLE color: 11422705.

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

Color convert

RGB24175174-
CMYK00.690.280.05
HSL324.22º85.57%61.96%-
HSV(B)324.22º68.88%94.51%-
XYZ46.4326.7942.77-
YUV135.92149.5202.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 75 (29.69% from 255) = 15.31%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=49.18%
G=15.31%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417517400.690.280.05324.2285.5761.96
HexF14BAE0451C5144563e
Octal361113256010534550412676
Binary1111000110010111010111001000101111001011010001001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14BAE; }

 p { color: rgb(241,75,174); }

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

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

 a { background-color: rgb(241,75,174); }

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

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

 span { border-color: rgb(241,75,174); }

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