#F047A5

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

Shades of Brilliant Rose #F047A5

Tints of Brilliant Rose #F047A5

Color information

#F047A5 (or 0xF047A5) is unknown color: approx Brilliant Rose. HEX triplet: F0, 47 and A5. RGB value is (240,71,165). Sum of RGB (Red+Green+Blue) = 240+71+165=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F047A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F047A5 is #0FB85A. Grayscale: #848484. Windows color (decimal): -1030235 or 10831856. OLE color: 10831856.

HSL color Cylindrical-coordinate representation of color #F047A5: hue angle of 326.63º 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 #F047A5 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB24071165-
CMYK00.700.310.06
HSL326.63º84.92%60.98%-
HSV(B)326.63º70.42%94.12%-
XYZ44.9825.7538.2-
YUV132.25146.49204.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.42%
GREEN value IS 71 (28.12% from 255) = 14.92%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=50.42%
G=14.92%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407116500.700.310.06326.6384.9260.98
HexF047A50461F6147553d
Octal360107245010637650712575
Binary1111000010001111010010101000110111111101010001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F047A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F047A5; }

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

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

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

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

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

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

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

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