#F1629A

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

Shades of Brilliant Rose #F1629A

Tints of Brilliant Rose #F1629A

Color information

#F1629A (or 0xF1629A) is unknown color: approx Brilliant Rose. HEX triplet: F1, 62 and 9A. RGB value is (241,98,154). Sum of RGB (Red+Green+Blue) = 241+98+154=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1629A is #0E9D65. Grayscale: #939393. Windows color (decimal): -957798 or 10117873. OLE color: 10117873.

HSL color Cylindrical-coordinate representation of color #F1629A: hue angle of 336.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1629A is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24198154-
CMYK00.590.360.05
HSL336.5º83.63%66.47%-
HSV(B)336.5º59.34%94.51%-
XYZ46.4829.7733.87-
YUV147.14131.88194.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 98 (38.67% from 255) = 19.88%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=48.88%
G=19.88%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419815400.590.360.05336.583.6366.47
HexF1629A03B2451515442
Octal361142232073445521124102
Binary11110001110001010011010011101110010010110101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1629A; }

 p { color: rgb(241,98,154); }

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

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

 a { background-color: rgb(241,98,154); }

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

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

 span { border-color: rgb(241,98,154); }

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