#F86595

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

Shades of Brilliant Rose #F86595

Tints of Brilliant Rose #F86595

Color information

#F86595 (or 0xF86595) is unknown color: approx Brilliant Rose. HEX triplet: F8, 65 and 95. RGB value is (248,101,149). Sum of RGB (Red+Green+Blue) = 248+101+149=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F86595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86595 is #079A6A. Grayscale: #969696. Windows color (decimal): -498283 or 9790968. OLE color: 9790968.

HSL color Cylindrical-coordinate representation of color #F86595: hue angle of 340.41º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86595 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248101149-
CMYK00.590.400.03
HSL340.41º91.3%68.43%-
HSV(B)340.41º59.27%97.25%-
XYZ48.7931.4331.93-
YUV150.42127.2197.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.80%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=49.80%
G=20.28%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810114900.590.400.03340.4191.368.43
HexF8659503B2831545b44
Octal370145225073503524133104
Binary1111100011001011001010101110111010001110101010010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86595; }

 p { color: rgb(248,101,149); }

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

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

 a { background-color: rgb(248,101,149); }

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

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

 span { border-color: rgb(248,101,149); }

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