Html Css Color HEX #F155B1 Brilliant Rose

📋 copy color: '#F155B1'

red 241 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #F155B1

Tints of Brilliant Rose #F155B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.9%

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 47.91%
G = 16.9%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F155B1 (or 0xF155B1) is known color: Brilliant Rose. HEX triplet: F1, 55 and B1. RGB value is (241,85,177). Sum of RGB (Red+Green+Blue) = 241+85+177=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F155B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155B1 is #0EAA4E. Grayscale: #8D8D8D. Windows color (decimal): -961103 or 11621873. OLE color: 11621873.

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

Color convert

RGB 241 85 177 -
CMYK 0 0.65 0.27 0.05
HSL 324.62º 0.85% 0.64% -
HSV(B) 324.62º 0.65% 0.95% -
XYZ 47.46 28.37 44.57 -
YUV 142.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 241 85 177 0 0.65 0.27 0.05 324.62 0.85 0.64
Hex F1 55 B1 0 41 1B 5 145 55 40
Octal 361 125 261 0 101 33 5 505 125 100
Binary 11110001 1010101 10110001 0 1000001 11011 101 101000101 1010101 1000000

Color Harmonies of #F155B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155B1

Black with #F155B1

Text Example


Text Example

White with #F155B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155B1; }

 p { color: rgb(241,85,177); }

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

background-color css

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

 a { background-color: rgb(241,85,177); }

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

border-color css

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

 span { border-color: rgb(241,85,177); }

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