#F953B0

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

Shades of Brilliant Rose #F953B0

Tints of Brilliant Rose #F953B0

Color information

#F953B0 (or 0xF953B0) is unknown color: approx Brilliant Rose. HEX triplet: F9, 53 and B0. RGB value is (249,83,176). Sum of RGB (Red+Green+Blue) = 249+83+176=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F953B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F953B0 is #06AC4F. Grayscale: #8F8F8F. Windows color (decimal): -437328 or 11555833. OLE color: 11555833.

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

Color convert

RGB24983176-
CMYK00.670.290.02
HSL326.39º93.26%65.1%-
HSV(B)326.39º66.67%97.65%-
XYZ5029.4644.13-
YUV143.24146.5203.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 83 (32.81% from 255) = 16.34%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=49.02%
G=16.34%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498317600.670.290.02326.3993.2665.1
HexF953B00431D21465d41
Octal3711232600103352506135101
Binary1111100110100111011000001000011111011010100011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F953B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F953B0; }

 p { color: rgb(249,83,176); }

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

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

 a { background-color: rgb(249,83,176); }

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

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

 span { border-color: rgb(249,83,176); }

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