#F951AD

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

Shades of Brilliant Rose #F951AD

Tints of Brilliant Rose #F951AD

Color information

#F951AD (or 0xF951AD) is unknown color: approx Brilliant Rose. HEX triplet: F9, 51 and AD. RGB value is (249,81,173). Sum of RGB (Red+Green+Blue) = 249+81+173=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F951AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F951AD is #06AE52. Grayscale: #8D8D8D. Windows color (decimal): -437843 or 11358713. OLE color: 11358713.

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

Color convert

RGB24981173-
CMYK00.670.310.02
HSL327.14º93.33%64.71%-
HSV(B)327.14º67.47%97.65%-
XYZ49.5529.0442.53-
YUV141.72145.66204.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 81 (32.03% from 255) = 16.10%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=49.50%
G=16.10%
B=34.39%

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
Decimal2498117300.670.310.02327.1493.3364.71
HexF951AD0431F21475d41
Octal3711212550103372507135101
Binary1111100110100011010110101000011111111010100011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F951AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F951AD; }

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

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

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

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

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

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

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

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