#F65A9A

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

Shades of Brilliant Rose #F65A9A

Tints of Brilliant Rose #F65A9A

Color information

#F65A9A (or 0xF65A9A) is unknown color: approx Brilliant Rose. HEX triplet: F6, 5A and 9A. RGB value is (246,90,154). Sum of RGB (Red+Green+Blue) = 246+90+154=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65A9A is #09A565. Grayscale: #8F8F8F. Windows color (decimal): -632166 or 10115830. OLE color: 10115830.

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

Color convert

RGB24690154-
CMYK00.630.370.04
HSL335.38º89.66%65.88%-
HSV(B)335.38º63.41%96.47%-
XYZ47.4929.2433.71-
YUV143.94133.68200.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 90 (35.55% from 255) = 18.37%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=50.20%
G=18.37%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469015400.630.370.04335.3889.6665.88
HexF65A9A03F25414f5a42
Octal366132232077454517132102
Binary11110110101101010011010011111110010110010100111110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65A9A; }

 p { color: rgb(246,90,154); }

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

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

 a { background-color: rgb(246,90,154); }

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

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

 span { border-color: rgb(246,90,154); }

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