#F142B2

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

Shades of Brilliant Rose #F142B2

Tints of Brilliant Rose #F142B2

Color information

#F142B2 (or 0xF142B2) is unknown color: approx Brilliant Rose. HEX triplet: F1, 42 and B2. RGB value is (241,66,178). Sum of RGB (Red+Green+Blue) = 241+66+178=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F142B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F142B2 is #0EBD4D. Grayscale: #828282. Windows color (decimal): -965966 or 11682545. OLE color: 11682545.

HSL color Cylindrical-coordinate representation of color #F142B2: hue angle of 321.6º degrees, saturation: 0.86, 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 #F142B2 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24166178-
CMYK00.730.260.05
HSL321.6º86.21%60.2%-
HSV(B)321.6º72.61%94.51%-
XYZ46.2625.8144.66-
YUV131.09154.48206.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 66 (26.17% from 255) = 13.61%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=49.69%
G=13.61%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416617800.730.260.05321.686.2160.2
HexF142B20491A5142563c
Octal361102262011132550212674
Binary1111000110000101011001001001001110101011010000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F142B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F142B2; }

 p { color: rgb(241,66,178); }

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

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

 a { background-color: rgb(241,66,178); }

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

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

 span { border-color: rgb(241,66,178); }

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