#F947B3

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

Shades of Brilliant Rose #F947B3

Tints of Brilliant Rose #F947B3

Color information

#F947B3 (or 0xF947B3) is unknown color: approx Brilliant Rose. HEX triplet: F9, 47 and B3. RGB value is (249,71,179). Sum of RGB (Red+Green+Blue) = 249+71+179=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F947B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947B3 is #06B84C. Grayscale: #888888. Windows color (decimal): -440397 or 11749369. OLE color: 11749369.

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

Color convert

RGB24971179-
CMYK00.710.280.02
HSL323.6º93.68%62.75%-
HSV(B)323.6º71.49%97.65%-
XYZ49.4627.945.43-
YUV136.53151.97208.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.90%
GREEN value IS 71 (28.12% from 255) = 14.23%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=49.90%
G=14.23%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497117900.710.280.02323.693.6862.75
HexF947B30471C21445e3f
Octal371107263010734250413677
Binary111110011000111101100110100011111100101010001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F947B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F947B3; }

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

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

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

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

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

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

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

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