#F047B6

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

Shades of Brilliant Rose #F047B6

Tints of Brilliant Rose #F047B6

Color information

#F047B6 (or 0xF047B6) is unknown color: approx Brilliant Rose. HEX triplet: F0, 47 and B6. RGB value is (240,71,182). Sum of RGB (Red+Green+Blue) = 240+71+182=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F047B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047B6 is #0FB849. Grayscale: #858585. Windows color (decimal): -1030218 or 11945968. OLE color: 11945968.

HSL color Cylindrical-coordinate representation of color #F047B6: hue angle of 320.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047B6 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB24071182-
CMYK00.700.240.06
HSL320.59º84.92%60.98%-
HSV(B)320.59º70.42%94.12%-
XYZ46.6326.4146.9-
YUV134.18154.99203.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.68%
GREEN value IS 71 (28.12% from 255) = 14.40%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=48.68%
G=14.40%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407118200.700.240.06320.5984.9260.98
HexF047B6046186141553d
Octal360107266010630650112575
Binary1111000010001111011011001000110110001101010000011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F047B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F047B6; }

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

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

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

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

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

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

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

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