#F14BB6

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

Shades of Brilliant Rose #F14BB6

Tints of Brilliant Rose #F14BB6

Color information

#F14BB6 (or 0xF14BB6) is unknown color: approx Brilliant Rose. HEX triplet: F1, 4B and B6. RGB value is (241,75,182). Sum of RGB (Red+Green+Blue) = 241+75+182=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F14BB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14BB6 is #0EB449. Grayscale: #888888. Windows color (decimal): -963658 or 11946993. OLE color: 11946993.

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

Color convert

RGB24175182-
CMYK00.690.240.05
HSL321.33º85.57%61.96%-
HSV(B)321.33º68.88%94.51%-
XYZ47.2427.1147-
YUV136.83153.5202.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 75 (29.69% from 255) = 15.06%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=48.39%
G=15.06%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417518200.690.240.05321.3385.5761.96
HexF14BB6045185141563e
Octal361113266010530550112676
Binary1111000110010111011011001000101110001011010000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14BB6; }

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

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

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

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

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

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

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

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