Html Css Color HEX #F159A6 Brilliant Rose

📋 copy color: '#F159A6'

red 241 ◦ green 89 ◦ blue 166

#F159A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F159A6

Tints of Brilliant Rose #F159A6

RGB

 RED value IS 241 (94.53% from 255) = 48.59%

 GREEN value IS 89 (35.16% from 255) = 17.94%

 BLUE value IS 166 (65.23% from 255) = 33.47%

R = 48.59%
G = 17.94%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F159A6 (or 0xF159A6) is known color: Brilliant Rose. HEX triplet: F1, 59 and A6. RGB value is (241,89,166). Sum of RGB (Red+Green+Blue) = 241+89+166=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F159A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F159A6 is #0EA659. Grayscale: #8F8F8F. Windows color (decimal): -960090 or 10902001. OLE color: 10902001.

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

Color convert

RGB 241 89 166 -
CMYK 0 0.63 0.31 0.05
HSL 329.61º 0.84% 0.65% -
HSV(B) 329.61º 0.63% 0.95% -
XYZ 46.73 28.6 39.13 -
YUV 143.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 241 89 166 0 0.63 0.31 0.05 329.61 0.84 0.65
Hex F1 59 A6 0 3F 1F 5 14A 54 41
Octal 361 131 246 0 77 37 5 512 124 101
Binary 11110001 1011001 10100110 0 111111 11111 101 101001010 1010100 1000001

Color Harmonies of #F159A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159A6

Black with #F159A6

Text Example


Text Example

White with #F159A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159A6; }

 p { color: rgb(241,89,166); }

 H1.HeaderClassName
 {
   color: #F159A6;
 }
 .AnyTagClassName
 {
   color: #F159A6;
 }
</style>

background-color css

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

 a { background-color: rgb(241,89,166); }

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

border-color css

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

 span { border-color: rgb(241,89,166); }

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