#F14DA2

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

Shades of Brilliant Rose #F14DA2

Tints of Brilliant Rose #F14DA2

Color information

#F14DA2 (or 0xF14DA2) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4D and A2. RGB value is (241,77,162). Sum of RGB (Red+Green+Blue) = 241+77+162=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14DA2 is #0EB25D. Grayscale: #878787. Windows color (decimal): -963166 or 10636785. OLE color: 10636785.

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

Color convert

RGB24177162-
CMYK00.680.330.05
HSL328.9º85.42%62.35%-
HSV(B)328.9º68.05%94.51%-
XYZ45.4526.6236.92-
YUV135.73142.83203.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.21%
GREEN value IS 77 (30.47% from 255) = 16.04%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=50.21%
G=16.04%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417716200.680.330.05328.985.4262.35
HexF14DA2044215149553e
Octal361115242010441551112576
Binary11110001100110110100010010001001000011011010010011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14DA2; }

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

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

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

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

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

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

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

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