#f249a3

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

Shades of Brilliant Rose #F249A3

Tints of Brilliant Rose #F249A3

Color information

#F249A3 (or 0xF249A3) is unknown color: approx Brilliant Rose. HEX triplet: F2, 49 and A3. RGB value is (242,73,163). Sum of RGB (Red+Green+Blue) = 242+73+163=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F249A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F249A3 is #0DB65C. Grayscale: #858585. Windows color (decimal): -898653 or 10701298. OLE color: 10701298.

HSL color Cylindrical-coordinate representation of color #F249A3: hue angle of 328.05º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249A3 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24273163-
CMYK00.700.330.05
HSL328.05º86.67%61.76%-
HSV(B)328.05º69.83%94.9%-
XYZ45.6126.2937.32-
YUV133.79144.49205.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 73 (28.91% from 255) = 15.27%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=50.63%
G=15.27%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427316300.700.330.05328.0586.6761.76
HexF249A3046215148573e
Octal362111243010641551012776
Binary11110010100100110100011010001101000011011010010001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f249a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f249a3; }

 p { color: rgb(242,73,163); }

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

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

 a { background-color: rgb(242,73,163); }

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

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

 span { border-color: rgb(242,73,163); }

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