Html Css Color HEX #F156AA Brilliant Rose

📋 copy color: '#F156AA'

red 241 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #F156AA

Tints of Brilliant Rose #F156AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.3%

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

R = 48.49%
G = 17.3%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F156AA (or 0xF156AA) is known color: Brilliant Rose. HEX triplet: F1, 56 and AA. RGB value is (241,86,170). Sum of RGB (Red+Green+Blue) = 241+86+170=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F156AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156AA is #0EA955. Grayscale: #8D8D8D. Windows color (decimal): -960854 or 11163377. OLE color: 11163377.

HSL color Cylindrical-coordinate representation of color #F156AA: hue angle of 327.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156AA is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 86 170 -
CMYK 0 0.64 0.29 0.05
HSL 327.48º 0.85% 0.64% -
HSV(B) 327.48º 0.64% 0.95% -
XYZ 46.86 28.26 41.01 -
YUV 141.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 241 86 170 0 0.64 0.29 0.05 327.48 0.85 0.64
Hex F1 56 AA 0 40 1D 5 147 55 40
Octal 361 126 252 0 100 35 5 507 125 100
Binary 11110001 1010110 10101010 0 1000000 11101 101 101000111 1010101 1000000

Color Harmonies of #F156AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F156AA

Black with #F156AA

Text Example


Text Example

White with #F156AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F156AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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