#F95899

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

Shades of Brilliant Rose #F95899

Tints of Brilliant Rose #F95899

Color information

#F95899 (or 0xF95899) is unknown color: approx Brilliant Rose. HEX triplet: F9, 58 and 99. RGB value is (249,88,153). Sum of RGB (Red+Green+Blue) = 249+88+153=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F95899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95899 is #06A766. Grayscale: #8F8F8F. Windows color (decimal): -436071 or 10049785. OLE color: 10049785.

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

Color convert

RGB24988153-
CMYK00.650.390.02
HSL335.78º93.06%66.08%-
HSV(B)335.78º64.66%97.65%-
XYZ48.3129.4233.27-
YUV143.55133.34203.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.82%
GREEN value IS 88 (34.77% from 255) = 17.96%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=50.82%
G=17.96%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498815300.650.390.02335.7893.0666.08
HexF958990412721505d42
Octal3711302310101472520135102
Binary11111001101100010011001010000011001111010101000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95899; }

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

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

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

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

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

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

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

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