#FA469F

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

Shades of Brilliant Rose #FA469F

Tints of Brilliant Rose #FA469F

Color information

#FA469F (or 0xFA469F) is unknown color: approx Brilliant Rose. HEX triplet: FA, 46 and 9F. RGB value is (250,70,159). Sum of RGB (Red+Green+Blue) = 250+70+159=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA469F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA469F is #05B960. Grayscale: #858585. Windows color (decimal): -375137 or 10438394. OLE color: 10438394.

HSL color Cylindrical-coordinate representation of color #FA469F: hue angle of 330.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA469F is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB25070159-
CMYK00.720.360.02
HSL330.33º94.74%62.75%-
HSV(B)330.33º72%98.04%-
XYZ47.8727.2135.53-
YUV133.97142.13210.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 70 (27.73% from 255) = 14.61%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=52.19%
G=14.61%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507015900.720.360.02330.3394.7462.75
HexFA469F04824214a5f3f
Octal372106237011044251213777
Binary1111101010001101001111101001000100100101010010101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA469F; }

 p { color: rgb(250,70,159); }

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

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

 a { background-color: rgb(250,70,159); }

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

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

 span { border-color: rgb(250,70,159); }

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