#F942A9

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

Shades of Brilliant Rose #F942A9

Tints of Brilliant Rose #F942A9

Color information

#F942A9 (or 0xF942A9) is unknown color: approx Brilliant Rose. HEX triplet: F9, 42 and A9. RGB value is (249,66,169). Sum of RGB (Red+Green+Blue) = 249+66+169=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F942A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942A9 is #06BD56. Grayscale: #848484. Windows color (decimal): -441687 or 11092729. OLE color: 11092729.

HSL color Cylindrical-coordinate representation of color #F942A9: hue angle of 326.23º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942A9 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB24966169-
CMYK00.730.320.02
HSL326.23º93.85%61.76%-
HSV(B)326.23º73.49%97.65%-
XYZ48.1826.940.19-
YUV132.46148.63211.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.45%
GREEN value IS 66 (26.17% from 255) = 13.64%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=51.45%
G=13.64%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496616900.730.320.02326.2393.8561.76
HexF942A90492021465e3e
Octal371102251011140250613676
Binary1111100110000101010100101001001100000101010001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F942A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F942A9; }

 p { color: rgb(249,66,169); }

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

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

 a { background-color: rgb(249,66,169); }

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

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

 span { border-color: rgb(249,66,169); }

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