#F0659A

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

Shades of Brilliant Rose #F0659A

Tints of Brilliant Rose #F0659A

Color information

#F0659A (or 0xF0659A) is unknown color: approx Brilliant Rose. HEX triplet: F0, 65 and 9A. RGB value is (240,101,154). Sum of RGB (Red+Green+Blue) = 240+101+154=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0659A is #0F9A65. Grayscale: #949494. Windows color (decimal): -1022566 or 10118640. OLE color: 10118640.

HSL color Cylindrical-coordinate representation of color #F0659A: hue angle of 337.12º 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 #F0659A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240101154-
CMYK00.580.360.06
HSL337.12º82.25%66.86%-
HSV(B)337.12º57.92%94.12%-
XYZ46.4230.1733.95-
YUV148.6131.05193.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=48.48%
G=20.40%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010115400.580.360.06337.1282.2566.86
HexF0659A03A2461515243
Octal360145232072446521122103
Binary11110000110010110011010011101010010011010101000110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0659A; }

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

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

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

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

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

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

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

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