#F143A5

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

Shades of Brilliant Rose #F143A5

Tints of Brilliant Rose #F143A5

Color information

#F143A5 (or 0xF143A5) is unknown color: approx Brilliant Rose. HEX triplet: F1, 43 and A5. RGB value is (241,67,165). Sum of RGB (Red+Green+Blue) = 241+67+165=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F143A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F143A5 is #0EBC5A. Grayscale: #818181. Windows color (decimal): -965723 or 10830833. OLE color: 10830833.

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

Color convert

RGB24167165-
CMYK00.720.320.05
HSL326.21º86.14%60.39%-
HSV(B)326.21º72.2%94.51%-
XYZ45.0725.4338.13-
YUV130.2147.65207.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 67 (26.56% from 255) = 14.16%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=50.95%
G=14.16%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416716500.720.320.05326.2186.1460.39
HexF143A5048205146563c
Octal361103245011040550612674
Binary11110001100001110100101010010001000001011010001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F143A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F143A5; }

 p { color: rgb(241,67,165); }

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

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

 a { background-color: rgb(241,67,165); }

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

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

 span { border-color: rgb(241,67,165); }

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