#F15DA6

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

Shades of Brilliant Rose #F15DA6

Tints of Brilliant Rose #F15DA6

Color information

#F15DA6 (or 0xF15DA6) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5D and A6. RGB value is (241,93,166). Sum of RGB (Red+Green+Blue) = 241+93+166=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DA6 is #0EA259. Grayscale: #919191. Windows color (decimal): -959066 or 10903025. OLE color: 10903025.

HSL color Cylindrical-coordinate representation of color #F15DA6: hue angle of 330.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DA6 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB24193166-
CMYK00.610.310.05
HSL330.41º84.09%65.49%-
HSV(B)330.41º61.41%94.51%-
XYZ47.0729.2839.25-
YUV145.57139.53196.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=48.2%
G=18.6%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419316600.610.310.05330.4184.0965.49
HexF15DA603D1F514a5441
Octal361135246075375512124101
Binary1111000110111011010011001111011111110110100101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DA6; }

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

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

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

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

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

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

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

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