#F96999

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

Shades of Brilliant Rose #F96999

Tints of Brilliant Rose #F96999

Color information

#F96999 (or 0xF96999) is unknown color: approx Brilliant Rose. HEX triplet: F9, 69 and 99. RGB value is (249,105,153). Sum of RGB (Red+Green+Blue) = 249+105+153=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F96999 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96999 is #069666. Grayscale: #999999. Windows color (decimal): -431719 or 10054137. OLE color: 10054137.

HSL color Cylindrical-coordinate representation of color #F96999: hue angle of 340º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96999 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB249105153-
CMYK00.580.390.02
HSL340º92.31%69.41%-
HSV(B)340º57.83%97.65%-
XYZ49.8732.5433.79-
YUV153.53127.71196.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.11%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=49.11%
G=20.71%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910515300.580.390.0234092.3169.41
HexF9699903A2721545c45
Octal371151231072472524134105
Binary1111100111010011001100101110101001111010101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96999; }

 p { color: rgb(249,105,153); }

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

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

 a { background-color: rgb(249,105,153); }

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

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

 span { border-color: rgb(249,105,153); }

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