#F259A5

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

Shades of Brilliant Rose #F259A5

Tints of Brilliant Rose #F259A5

Color information

#F259A5 (or 0xF259A5) is unknown color: approx Brilliant Rose. HEX triplet: F2, 59 and A5. RGB value is (242,89,165). Sum of RGB (Red+Green+Blue) = 242+89+165=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F259A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259A5 is #0DA65A. Grayscale: #8F8F8F. Windows color (decimal): -894555 or 10836466. OLE color: 10836466.

HSL color Cylindrical-coordinate representation of color #F259A5: hue angle of 330.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259A5 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB24289165-
CMYK00.630.320.05
HSL330.2º85.47%64.9%-
HSV(B)330.2º63.22%94.9%-
XYZ46.9828.7438.67-
YUV143.41140.19198.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 89 (35.16% from 255) = 17.94%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=48.79%
G=17.94%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428916500.630.320.05330.285.4764.9
HexF259A503F20514a5541
Octal362131245077405512125101
Binary11110010101100110100101011111110000010110100101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F259A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F259A5; }

 p { color: rgb(242,89,165); }

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

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

 a { background-color: rgb(242,89,165); }

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

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

 span { border-color: rgb(242,89,165); }

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