#F946AC

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

Shades of Brilliant Rose #F946AC

Tints of Brilliant Rose #F946AC

Color information

#F946AC (or 0xF946AC) is unknown color: approx Brilliant Rose. HEX triplet: F9, 46 and AC. RGB value is (249,70,172). Sum of RGB (Red+Green+Blue) = 249+70+172=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F946AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F946AC is #06B953. Grayscale: #868686. Windows color (decimal): -440660 or 11290361. OLE color: 11290361.

HSL color Cylindrical-coordinate representation of color #F946AC: hue angle of 325.81º degrees, saturation: 0.94, 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 #F946AC is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB24970172-
CMYK00.720.310.02
HSL325.81º93.72%62.55%-
HSV(B)325.81º71.89%97.65%-
XYZ48.727.541.77-
YUV135.15148.8209.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 70 (27.73% from 255) = 14.26%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=50.71%
G=14.26%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497017200.720.310.02325.8193.7262.55
HexF946AC0481F21465e3f
Octal371106254011037250613677
Binary111110011000110101011000100100011111101010001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F946AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F946AC; }

 p { color: rgb(249,70,172); }

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

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

 a { background-color: rgb(249,70,172); }

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

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

 span { border-color: rgb(249,70,172); }

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