#F1669B

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

Shades of Brilliant Rose #F1669B

Tints of Brilliant Rose #F1669B

Color information

#F1669B (or 0xF1669B) is unknown color: approx Brilliant Rose. HEX triplet: F1, 66 and 9B. RGB value is (241,102,155). Sum of RGB (Red+Green+Blue) = 241+102+155=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1669B is #0E9964. Grayscale: #959595. Windows color (decimal): -956773 or 10184433. OLE color: 10184433.

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

Color convert

RGB241102155-
CMYK00.580.360.05
HSL337.12º83.23%67.25%-
HSV(B)337.12º57.68%94.51%-
XYZ46.9430.5734.44-
YUV149.6131.05193.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=48.39%
G=20.48%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110215500.580.360.05337.1283.2367.25
HexF1669B03A2451515343
Octal361146233072445521123103
Binary11110001110011010011011011101010010010110101000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1669B; }

 p { color: rgb(241,102,155); }

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

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

 a { background-color: rgb(241,102,155); }

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

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

 span { border-color: rgb(241,102,155); }

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