#F164A5

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

Shades of Brilliant Rose #F164A5

Tints of Brilliant Rose #F164A5

Color information

#F164A5 (or 0xF164A5) is unknown color: approx Brilliant Rose. HEX triplet: F1, 64 and A5. RGB value is (241,100,165). Sum of RGB (Red+Green+Blue) = 241+100+165=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F164A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164A5 is #0E9B5A. Grayscale: #959595. Windows color (decimal): -957275 or 10839281. OLE color: 10839281.

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

Color convert

RGB241100165-
CMYK00.590.320.05
HSL332.34º83.43%66.86%-
HSV(B)332.34º58.51%94.51%-
XYZ47.6230.5338.98-
YUV149.57136.71193.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 100 (39.45% from 255) = 19.76%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=47.63%
G=19.76%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110016500.590.320.05332.3483.4366.86
HexF164A503B20514c5343
Octal361144245073405514123103
Binary11110001110010010100101011101110000010110100110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164A5; }

 p { color: rgb(241,100,165); }

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

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

 a { background-color: rgb(241,100,165); }

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

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

 span { border-color: rgb(241,100,165); }

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