#F2549B

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

Shades of Brilliant Rose #F2549B

Tints of Brilliant Rose #F2549B

Color information

#F2549B (or 0xF2549B) is unknown color: approx Brilliant Rose. HEX triplet: F2, 54 and 9B. RGB value is (242,84,155). Sum of RGB (Red+Green+Blue) = 242+84+155=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2549B is #0DAB64. Grayscale: #8B8B8B. Windows color (decimal): -895845 or 10179826. OLE color: 10179826.

HSL color Cylindrical-coordinate representation of color #F2549B: hue angle of 333.04º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2549B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24284155-
CMYK00.650.360.05
HSL333.04º85.87%63.92%-
HSV(B)333.04º65.29%94.9%-
XYZ45.727.5833.93-
YUV139.34136.85201.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=50.31%
G=17.46%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428415500.650.360.05333.0485.8763.92
HexF2549B04124514d5640
Octal3621242330101445515126100
Binary111100101010100100110110100000110010010110100110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2549B; }

 p { color: rgb(242,84,155); }

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

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

 a { background-color: rgb(242,84,155); }

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

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

 span { border-color: rgb(242,84,155); }

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