#F242AE

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

Shades of Brilliant Rose #F242AE

Tints of Brilliant Rose #F242AE

Color information

#F242AE (or 0xF242AE) is unknown color: approx Brilliant Rose. HEX triplet: F2, 42 and AE. RGB value is (242,66,174). Sum of RGB (Red+Green+Blue) = 242+66+174=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F242AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F242AE is #0DBD51. Grayscale: #828282. Windows color (decimal): -900434 or 11420402. OLE color: 11420402.

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

Color convert

RGB24266174-
CMYK00.730.280.05
HSL323.18º87.13%60.39%-
HSV(B)323.18º72.73%94.9%-
XYZ46.2125.8342.59-
YUV130.94152.31207.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.21%
GREEN value IS 66 (26.17% from 255) = 13.69%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=50.21%
G=13.69%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426617400.730.280.05323.1887.1360.39
HexF242AE0491C5143573c
Octal362102256011134550312774
Binary1111001010000101010111001001001111001011010000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F242AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F242AE; }

 p { color: rgb(242,66,174); }

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

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

 a { background-color: rgb(242,66,174); }

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

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

 span { border-color: rgb(242,66,174); }

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