#F951AC

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

Shades of Brilliant Rose #F951AC

Tints of Brilliant Rose #F951AC

Color information

#F951AC (or 0xF951AC) is unknown color: approx Brilliant Rose. HEX triplet: F9, 51 and AC. RGB value is (249,81,172). Sum of RGB (Red+Green+Blue) = 249+81+172=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F951AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F951AC is #06AE53. Grayscale: #8D8D8D. Windows color (decimal): -437844 or 11293177. OLE color: 11293177.

HSL color Cylindrical-coordinate representation of color #F951AC: hue angle of 327.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951AC is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB24981172-
CMYK00.670.310.02
HSL327.5º93.33%64.71%-
HSV(B)327.5º67.47%97.65%-
XYZ49.462942.02-
YUV141.61145.16204.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.60%
GREEN value IS 81 (32.03% from 255) = 16.14%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=49.60%
G=16.14%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498117200.670.310.02327.593.3364.71
HexF951AC0431F21485d41
Octal3711212540103372510135101
Binary1111100110100011010110001000011111111010100100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F951AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F951AC; }

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

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

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

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

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

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

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

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