#F86796

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

Shades of Brilliant Rose #F86796

Tints of Brilliant Rose #F86796

Color information

#F86796 (or 0xF86796) is unknown color: approx Brilliant Rose. HEX triplet: F8, 67 and 96. RGB value is (248,103,150). Sum of RGB (Red+Green+Blue) = 248+103+150=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F86796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86796 is #079869. Grayscale: #979797. Windows color (decimal): -497770 or 9857016. OLE color: 9857016.

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

Color convert

RGB248103150-
CMYK00.580.400.03
HSL340.55º91.19%68.82%-
HSV(B)340.55º58.47%97.25%-
XYZ49.0731.8632.42-
YUV151.71127.04196.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.50%
GREEN value IS 103 (40.62% from 255) = 20.56%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=49.50%
G=20.56%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810315000.580.400.03340.5591.1968.82
HexF8679603A2831555b45
Octal370147226072503525133105
Binary1111100011001111001011001110101010001110101010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86796; }

 p { color: rgb(248,103,150); }

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

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

 a { background-color: rgb(248,103,150); }

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

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

 span { border-color: rgb(248,103,150); }

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