#F76395

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

Shades of Brilliant Rose #F76395

Tints of Brilliant Rose #F76395

Color information

#F76395 (or 0xF76395) is unknown color: approx Brilliant Rose. HEX triplet: F7, 63 and 95. RGB value is (247,99,149). Sum of RGB (Red+Green+Blue) = 247+99+149=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F76395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76395 is #089C6A. Grayscale: #949494. Windows color (decimal): -564331 or 9790455. OLE color: 9790455.

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

Color convert

RGB24799149-
CMYK00.600.400.03
HSL339.73º90.24%67.84%-
HSV(B)339.73º59.92%96.86%-
XYZ48.2430.8731.85-
YUV148.95128.03197.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.90%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=49.90%
G=20%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479914900.600.400.03339.7390.2467.84
HexF7639503C2831545a44
Octal367143225074503524132104
Binary1111011111000111001010101111001010001110101010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76395; }

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

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

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

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

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

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

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

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