#F947B6

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

Shades of Brilliant Rose #F947B6

Tints of Brilliant Rose #F947B6

Color information

#F947B6 (or 0xF947B6) is unknown color: approx Brilliant Rose. HEX triplet: F9, 47 and B6. RGB value is (249,71,182). Sum of RGB (Red+Green+Blue) = 249+71+182=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F947B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947B6 is #06B849. Grayscale: #888888. Windows color (decimal): -440394 or 11945977. OLE color: 11945977.

HSL color Cylindrical-coordinate representation of color #F947B6: hue angle of 322.58º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F947B6 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB24971182-
CMYK00.710.270.02
HSL322.58º93.68%62.75%-
HSV(B)322.58º71.49%97.65%-
XYZ49.7628.0247.04-
YUV136.88153.47207.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.60%
GREEN value IS 71 (28.12% from 255) = 14.14%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=49.60%
G=14.14%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497118200.710.270.02322.5893.6862.75
HexF947B60471B21435e3f
Octal371107266010733250313677
Binary111110011000111101101100100011111011101010000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F947B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F947B6; }

 p { color: rgb(249,71,182); }

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

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

 a { background-color: rgb(249,71,182); }

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

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

 span { border-color: rgb(249,71,182); }

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