Html Css Color HEX #F151AA Brilliant Rose

📋 copy color: '#F151AA'

red 241 ◦ green 81 ◦ blue 170

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

Shades of Brilliant Rose #F151AA

Tints of Brilliant Rose #F151AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.46%

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

R = 48.98%
G = 16.46%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F151AA (or 0xF151AA) is known color: Brilliant Rose. HEX triplet: F1, 51 and AA. RGB value is (241,81,170). Sum of RGB (Red+Green+Blue) = 241+81+170=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F151AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151AA is #0EAE55. Grayscale: #8A8A8A. Windows color (decimal): -962134 or 11162097. OLE color: 11162097.

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

Color convert

RGB 241 81 170 -
CMYK 0 0.66 0.29 0.05
HSL 326.63º 0.85% 0.63% -
HSV(B) 326.63º 0.66% 0.95% -
XYZ 46.47 27.49 40.89 -
YUV 138.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 241 81 170 0 0.66 0.29 0.05 326.63 0.85 0.63
Hex F1 51 AA 0 42 1D 5 147 55 3F
Octal 361 121 252 0 102 35 5 507 125 77
Binary 11110001 1010001 10101010 0 1000010 11101 101 101000111 1010101 111111

Color Harmonies of #F151AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F151AA

Black with #F151AA

Text Example


Text Example

White with #F151AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F151AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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