#F14EAF

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

Shades of Brilliant Rose #F14EAF

Tints of Brilliant Rose #F14EAF

Color information

#F14EAF (or 0xF14EAF) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4E and AF. RGB value is (241,78,175). Sum of RGB (Red+Green+Blue) = 241+78+175=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14EAF is #0EB150. Grayscale: #898989. Windows color (decimal): -962897 or 11489009. OLE color: 11489009.

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

Color convert

RGB24178175-
CMYK00.680.270.05
HSL324.29º85.34%62.55%-
HSV(B)324.29º67.63%94.51%-
XYZ46.7427.2443.35-
YUV137.79149201.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 78 (30.86% from 255) = 15.79%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=48.79%
G=15.79%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417817500.680.270.05324.2985.3462.55
HexF14EAF0441B5144553f
Octal361116257010433550412577
Binary1111000110011101010111101000100110111011010001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EAF; }

 p { color: rgb(241,78,175); }

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

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

 a { background-color: rgb(241,78,175); }

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

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

 span { border-color: rgb(241,78,175); }

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