#F76195

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

Shades of Brilliant Rose #F76195

Tints of Brilliant Rose #F76195

Color information

#F76195 (or 0xF76195) is unknown color: approx Brilliant Rose. HEX triplet: F7, 61 and 95. RGB value is (247,97,149). Sum of RGB (Red+Green+Blue) = 247+97+149=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F76195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76195 is #089E6A. Grayscale: #939393. Windows color (decimal): -564843 or 9789943. OLE color: 9789943.

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

Color convert

RGB24797149-
CMYK00.610.400.03
HSL339.2º90.36%67.45%-
HSV(B)339.2º60.73%96.86%-
XYZ48.0630.4931.79-
YUV147.78128.7198.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 97 (38.28% from 255) = 19.68%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=50.10%
G=19.68%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479714900.610.400.03339.290.3667.45
HexF7619503D2831535a43
Octal367141225075503523132103
Binary1111011111000011001010101111011010001110101001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76195; }

 p { color: rgb(247,97,149); }

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

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

 a { background-color: rgb(247,97,149); }

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

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

 span { border-color: rgb(247,97,149); }

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