#F14BA6

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

Shades of Brilliant Rose #F14BA6

Tints of Brilliant Rose #F14BA6

Color information

#F14BA6 (or 0xF14BA6) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4B and A6. RGB value is (241,75,166). Sum of RGB (Red+Green+Blue) = 241+75+166=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14BA6 is #0EB459. Grayscale: #868686. Windows color (decimal): -963674 or 10898417. OLE color: 10898417.

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

Color convert

RGB24175166-
CMYK00.690.310.05
HSL327.11º85.57%61.96%-
HSV(B)327.11º68.88%94.51%-
XYZ45.6726.4938.78-
YUV135.01145.5203.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 15.56%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=50%
G=15.56%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417516600.690.310.05327.1185.5761.96
HexF14BA60451F5147563e
Octal361113246010537550712676
Binary1111000110010111010011001000101111111011010001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14BA6; }

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

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

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

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

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

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

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

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