Html Css Color HEX #F159AA Brilliant Rose

📋 copy color: '#F159AA'

red 241 ◦ green 89 ◦ blue 170

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

Shades of Brilliant Rose #F159AA

Tints of Brilliant Rose #F159AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34%

R = 48.2%
G = 17.8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F159AA (or 0xF159AA) is known color: Brilliant Rose. HEX triplet: F1, 59 and AA. RGB value is (241,89,170). Sum of RGB (Red+Green+Blue) = 241+89+170=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F159AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F159AA is #0EA655. Grayscale: #8F8F8F. Windows color (decimal): -960086 or 11164145. OLE color: 11164145.

HSL color Cylindrical-coordinate representation of color #F159AA: hue angle of 328.03º 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 #F159AA is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 89 170 -
CMYK 0 0.63 0.29 0.05
HSL 328.03º 0.84% 0.65% -
HSV(B) 328.03º 0.63% 0.95% -
XYZ 47.1 28.75 41.1 -
YUV 143.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 241 89 170 0 0.63 0.29 0.05 328.03 0.84 0.65
Hex F1 59 AA 0 3F 1D 5 148 54 41
Octal 361 131 252 0 77 35 5 510 124 101
Binary 11110001 1011001 10101010 0 111111 11101 101 101001000 1010100 1000001

Color Harmonies of #F159AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159AA

Black with #F159AA

Text Example


Text Example

White with #F159AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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