#F96299

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

Shades of Brilliant Rose #F96299

Tints of Brilliant Rose #F96299

Color information

#F96299 (or 0xF96299) is unknown color: approx Brilliant Rose. HEX triplet: F9, 62 and 99. RGB value is (249,98,153). Sum of RGB (Red+Green+Blue) = 249+98+153=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F96299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96299 is #069D66. Grayscale: #959595. Windows color (decimal): -433511 or 10052345. OLE color: 10052345.

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

Color convert

RGB24998153-
CMYK00.610.390.02
HSL338.15º92.64%68.04%-
HSV(B)338.15º60.64%97.65%-
XYZ49.1831.1833.56-
YUV149.42130.03199.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 98 (38.67% from 255) = 19.6%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=49.8%
G=19.6%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499815300.610.390.02338.1592.6468.04
HexF9629903D2721525d44
Octal371142231075472522135104
Binary1111100111000101001100101111011001111010101001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96299; }

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

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

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

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

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

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

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

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