#F1699F

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

Shades of Brilliant Rose #F1699F

Tints of Brilliant Rose #F1699F

Color information

#F1699F (or 0xF1699F) is unknown color: approx Brilliant Rose. HEX triplet: F1, 69 and 9F. RGB value is (241,105,159). Sum of RGB (Red+Green+Blue) = 241+105+159=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1699F is #0E9660. Grayscale: #979797. Windows color (decimal): -956001 or 10447345. OLE color: 10447345.

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

Color convert

RGB241105159-
CMYK00.560.340.05
HSL336.18º82.93%67.84%-
HSV(B)336.18º56.43%94.51%-
XYZ47.5931.3136.34-
YUV151.82132.06191.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=47.72%
G=20.79%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110515900.560.340.05336.1882.9367.84
HexF1699F0382251505344
Octal361151237070425520123104
Binary11110001110100110011111011100010001010110101000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1699F; }

 p { color: rgb(241,105,159); }

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

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

 a { background-color: rgb(241,105,159); }

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

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

 span { border-color: rgb(241,105,159); }

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