#F24AAA

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

Shades of Brilliant Rose #F24AAA

Tints of Brilliant Rose #F24AAA

Color information

#F24AAA (or 0xF24AAA) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4A and AA. RGB value is (242,74,170). Sum of RGB (Red+Green+Blue) = 242+74+170=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24AAA is #0DB555. Grayscale: #868686. Windows color (decimal): -898390 or 11160306. OLE color: 11160306.

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

Color convert

RGB24274170-
CMYK00.690.300.05
HSL325.71º86.6%61.96%-
HSV(B)325.71º69.42%94.9%-
XYZ46.3226.6840.74-
YUV135.18147.66204.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 74 (29.30% from 255) = 15.23%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=49.79%
G=15.23%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427417000.690.300.05325.7186.661.96
HexF24AAA0451E5146573e
Octal362112252010536550612776
Binary1111001010010101010101001000101111101011010001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24AAA; }

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

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

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

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

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

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

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

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