#F06095

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

Shades of Brilliant Rose #F06095

Tints of Brilliant Rose #F06095

Color information

#F06095 (or 0xF06095) is unknown color: approx Brilliant Rose. HEX triplet: F0, 60 and 95. RGB value is (240,96,149). Sum of RGB (Red+Green+Blue) = 240+96+149=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F06095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06095 is #0F9F6A. Grayscale: #919191. Windows color (decimal): -1023851 or 9789680. OLE color: 9789680.

HSL color Cylindrical-coordinate representation of color #F06095: hue angle of 337.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06095 is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB24096149-
CMYK00.60.380.06
HSL337.92º82.76%65.88%-
HSV(B)337.92º60%94.12%-
XYZ45.5429.0631.64-
YUV145.1130.21195.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.48%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=49.48%
G=19.79%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409614900.60.380.06337.9282.7665.88
HexF0609503C2661525342
Octal360140225074466522123102
Binary11110000110000010010101011110010011011010101001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06095; }

 p { color: rgb(240,96,149); }

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

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

 a { background-color: rgb(240,96,149); }

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

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

 span { border-color: rgb(240,96,149); }

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