#F951B7

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

Shades of Brilliant Rose #F951B7

Tints of Brilliant Rose #F951B7

Color information

#F951B7 (or 0xF951B7) is unknown color: approx Brilliant Rose. HEX triplet: F9, 51 and B7. RGB value is (249,81,183). Sum of RGB (Red+Green+Blue) = 249+81+183=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F951B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951B7 is #06AE48. Grayscale: #8E8E8E. Windows color (decimal): -437833 or 12014073. OLE color: 12014073.

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

Color convert

RGB24981183-
CMYK00.670.270.02
HSL323.57º93.33%64.71%-
HSV(B)323.57º67.47%97.65%-
XYZ50.5629.4447.82-
YUV142.86150.66203.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 81 (32.03% from 255) = 15.79%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=48.54%
G=15.79%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498118300.670.270.02323.5793.3364.71
HexF951B70431B21445d41
Octal3711212670103332504135101
Binary1111100110100011011011101000011110111010100010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F951B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F951B7; }

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

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

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

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

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

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

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

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