#F96095

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

Shades of Brilliant Rose #F96095

Tints of Brilliant Rose #F96095

Color information

#F96095 (or 0xF96095) is unknown color: approx Brilliant Rose. HEX triplet: F9, 60 and 95. RGB value is (249,96,149). Sum of RGB (Red+Green+Blue) = 249+96+149=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F96095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96095 is #069F6A. Grayscale: #939393. Windows color (decimal): -434027 or 9789689. OLE color: 9789689.

HSL color Cylindrical-coordinate representation of color #F96095: hue angle of 339.22º 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 #F96095 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB24996149-
CMYK00.610.400.02
HSL339.22º92.73%67.65%-
HSV(B)339.22º61.45%97.65%-
XYZ48.6730.6831.79-
YUV147.79128.69200.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.40%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=50.40%
G=19.43%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499614900.610.400.02339.2292.7367.65
HexF9609503D2821535d44
Octal371140225075502523135104
Binary1111100111000001001010101111011010001010101001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96095; }

 p { color: rgb(249,96,149); }

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

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

 a { background-color: rgb(249,96,149); }

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

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

 span { border-color: rgb(249,96,149); }

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