#F24FAA

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

Shades of Brilliant Rose #F24FAA

Tints of Brilliant Rose #F24FAA

Color information

#F24FAA (or 0xF24FAA) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4F and AA. RGB value is (242,79,170). Sum of RGB (Red+Green+Blue) = 242+79+170=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24FAA is #0DB055. Grayscale: #898989. Windows color (decimal): -897110 or 11161586. OLE color: 11161586.

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

Color convert

RGB24279170-
CMYK00.670.300.05
HSL326.5º86.24%62.94%-
HSV(B)326.5º67.36%94.9%-
XYZ46.6727.3740.85-
YUV138.11146202.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 79 (31.25% from 255) = 16.09%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=49.29%
G=16.09%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427917000.670.300.05326.586.2462.94
HexF24FAA0431E5147563f
Octal362117252010336550712677
Binary1111001010011111010101001000011111101011010001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24FAA; }

 p { color: rgb(242,79,170); }

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

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

 a { background-color: rgb(242,79,170); }

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

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

 span { border-color: rgb(242,79,170); }

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