#F14AA3

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

Shades of Brilliant Rose #F14AA3

Tints of Brilliant Rose #F14AA3

Color information

#F14AA3 (or 0xF14AA3) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4A and A3. RGB value is (241,74,163). Sum of RGB (Red+Green+Blue) = 241+74+163=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14AA3 is #0EB55C. Grayscale: #858585. Windows color (decimal): -963933 or 10701553. OLE color: 10701553.

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

Color convert

RGB24174163-
CMYK00.690.320.05
HSL328.02º85.64%61.76%-
HSV(B)328.02º69.29%94.51%-
XYZ45.3426.2437.33-
YUV134.08144.33204.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 74 (29.30% from 255) = 15.48%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=50.42%
G=15.48%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417416300.690.320.05328.0285.6461.76
HexF14AA3045205148563e
Octal361112243010540551012676
Binary11110001100101010100011010001011000001011010010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AA3; }

 p { color: rgb(241,74,163); }

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

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

 a { background-color: rgb(241,74,163); }

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

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

 span { border-color: rgb(241,74,163); }

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