#F942B1

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

Shades of Brilliant Rose #F942B1

Tints of Brilliant Rose #F942B1

Color information

#F942B1 (or 0xF942B1) is unknown color: approx Brilliant Rose. HEX triplet: F9, 42 and B1. RGB value is (249,66,177). Sum of RGB (Red+Green+Blue) = 249+66+177=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F942B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F942B1 is #06BD4E. Grayscale: #858585. Windows color (decimal): -441679 or 11617017. OLE color: 11617017.

HSL color Cylindrical-coordinate representation of color #F942B1: hue angle of 323.61º 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 #F942B1 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB24966177-
CMYK00.730.290.02
HSL323.61º93.85%61.76%-
HSV(B)323.61º73.49%97.65%-
XYZ48.9527.2144.27-
YUV133.37152.63210.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 66 (26.17% from 255) = 13.41%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=50.61%
G=13.41%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496617700.730.290.02323.6193.8561.76
HexF942B10491D21445e3e
Octal371102261011135250413676
Binary111110011000010101100010100100111101101010001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F942B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F942B1; }

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

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

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

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

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

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

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

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