Html Css Color HEX #F159AF Brilliant Rose

📋 copy color: '#F159AF'

red 241 ◦ green 89 ◦ blue 175

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

Shades of Brilliant Rose #F159AF

Tints of Brilliant Rose #F159AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 47.72%
G = 17.62%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F159AF (or 0xF159AF) is known color: Brilliant Rose. HEX triplet: F1, 59 and AF. RGB value is (241,89,175). Sum of RGB (Red+Green+Blue) = 241+89+175=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F159AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F159AF is #0EA650. Grayscale: #909090. Windows color (decimal): -960081 or 11491825. OLE color: 11491825.

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

Color convert

RGB 241 89 175 -
CMYK 0 0.63 0.27 0.05
HSL 326.05º 0.84% 0.65% -
HSV(B) 326.05º 0.63% 0.95% -
XYZ 47.59 28.94 43.64 -
YUV 144.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 241 89 175 0 0.63 0.27 0.05 326.05 0.84 0.65
Hex F1 59 AF 0 3F 1B 5 146 54 41
Octal 361 131 257 0 77 33 5 506 124 101
Binary 11110001 1011001 10101111 0 111111 11011 101 101000110 1010100 1000001

Color Harmonies of #F159AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F159AF

Black with #F159AF

Text Example


Text Example

White with #F159AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F159AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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