#F0659B

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

Shades of Brilliant Rose #F0659B

Tints of Brilliant Rose #F0659B

Color information

#F0659B (or 0xF0659B) is unknown color: approx Brilliant Rose. HEX triplet: F0, 65 and 9B. RGB value is (240,101,155). Sum of RGB (Red+Green+Blue) = 240+101+155=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0659B is #0F9A64. Grayscale: #949494. Windows color (decimal): -1022565 or 10184176. OLE color: 10184176.

HSL color Cylindrical-coordinate representation of color #F0659B: hue angle of 336.69º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0659B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240101155-
CMYK00.580.350.06
HSL336.69º82.25%66.86%-
HSV(B)336.69º57.92%94.12%-
XYZ46.5130.234.39-
YUV148.72131.55193.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=48.39%
G=20.36%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010115500.580.350.06336.6982.2566.86
HexF0659B03A2361515243
Octal360145233072436521122103
Binary11110000110010110011011011101010001111010101000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0659B; }

 p { color: rgb(240,101,155); }

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

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

 a { background-color: rgb(240,101,155); }

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

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

 span { border-color: rgb(240,101,155); }

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