#F950AB

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

Shades of Brilliant Rose #F950AB

Tints of Brilliant Rose #F950AB

Color information

#F950AB (or 0xF950AB) is unknown color: approx Brilliant Rose. HEX triplet: F9, 50 and AB. RGB value is (249,80,171). Sum of RGB (Red+Green+Blue) = 249+80+171=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F950AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F950AB is #06AF54. Grayscale: #8C8C8C. Windows color (decimal): -438101 or 11227385. OLE color: 11227385.

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

Color convert

RGB24980171-
CMYK00.680.310.02
HSL327.69º93.37%64.51%-
HSV(B)327.69º67.87%97.65%-
XYZ49.2928.8241.49-
YUV140.9144.99205.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 80 (31.64% from 255) = 16%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=49.8%
G=16%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498017100.680.310.02327.6993.3764.51
HexF950AB0441F21485d41
Octal3711202530104372510135101
Binary1111100110100001010101101000100111111010100100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F950AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F950AB; }

 p { color: rgb(249,80,171); }

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

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

 a { background-color: rgb(249,80,171); }

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

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

 span { border-color: rgb(249,80,171); }

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