#F95E95

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

Shades of Brilliant Rose #F95E95

Tints of Brilliant Rose #F95E95

Color information

#F95E95 (or 0xF95E95) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5E and 95. RGB value is (249,94,149). Sum of RGB (Red+Green+Blue) = 249+94+149=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E95 is #06A16A. Grayscale: #929292. Windows color (decimal): -434539 or 9789177. OLE color: 9789177.

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

Color convert

RGB24994149-
CMYK00.620.400.02
HSL338.71º92.81%67.25%-
HSV(B)338.71º62.25%97.65%-
XYZ48.4930.3231.73-
YUV146.61129.35201.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=50.61%
G=19.11%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499414900.620.400.02338.7192.8167.25
HexF95E9503E2821535d43
Octal371136225076502523135103
Binary1111100110111101001010101111101010001010101001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E95; }

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

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

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

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

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

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

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

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