#F65199

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

Shades of Brilliant Rose #F65199

Tints of Brilliant Rose #F65199

Color information

#F65199 (or 0xF65199) is unknown color: approx Brilliant Rose. HEX triplet: F6, 51 and 99. RGB value is (246,81,153). Sum of RGB (Red+Green+Blue) = 246+81+153=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F65199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65199 is #09AE66. Grayscale: #8A8A8A. Windows color (decimal): -634471 or 10047990. OLE color: 10047990.

HSL color Cylindrical-coordinate representation of color #F65199: hue angle of 333.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65199 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24681153-
CMYK00.670.380.04
HSL333.82º90.16%64.12%-
HSV(B)333.82º67.07%96.47%-
XYZ46.727.7833.04-
YUV138.54136.16204.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.25%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=51.25%
G=16.88%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468115300.670.380.04333.8290.1664.12
HexF6519904326414e5a40
Octal3661212310103464516132100
Binary111101101010001100110010100001110011010010100111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65199; }

 p { color: rgb(246,81,153); }

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

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

 a { background-color: rgb(246,81,153); }

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

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

 span { border-color: rgb(246,81,153); }

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