#F15CA3

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

Shades of Brilliant Rose #F15CA3

Tints of Brilliant Rose #F15CA3

Color information

#F15CA3 (or 0xF15CA3) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5C and A3. RGB value is (241,92,163). Sum of RGB (Red+Green+Blue) = 241+92+163=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CA3 is #0EA35C. Grayscale: #909090. Windows color (decimal): -959325 or 10706161. OLE color: 10706161.

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

Color convert

RGB24192163-
CMYK00.620.320.05
HSL331.41º84.18%65.29%-
HSV(B)331.41º61.83%94.51%-
XYZ46.712937.79-
YUV144.64138.36196.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 163 (64.06% from 255) = 32.86%
R=48.59%
G=18.55%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419216300.620.320.05331.4184.1865.29
HexF15CA303E20514b5441
Octal361134243076405513124101
Binary11110001101110010100011011111010000010110100101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CA3; }

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

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

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

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

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

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

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

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