#F164A2

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

Shades of Brilliant Rose #F164A2

Tints of Brilliant Rose #F164A2

Color information

#F164A2 (or 0xF164A2) is unknown color: approx Brilliant Rose. HEX triplet: F1, 64 and A2. RGB value is (241,100,162). Sum of RGB (Red+Green+Blue) = 241+100+162=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F164A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164A2 is #0E9B5D. Grayscale: #959595. Windows color (decimal): -957278 or 10642673. OLE color: 10642673.

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

Color convert

RGB241100162-
CMYK00.590.330.05
HSL333.62º83.43%66.86%-
HSV(B)333.62º58.51%94.51%-
XYZ47.3530.4237.56-
YUV149.23135.21193.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 162 (63.67% from 255) = 32.21%
R=47.91%
G=19.88%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110016200.590.330.05333.6283.4366.86
HexF164A203B21514e5343
Octal361144242073415516123103
Binary11110001110010010100010011101110000110110100111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164A2; }

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

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

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

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

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

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

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

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