Html Css Color HEX #F155A5 Brilliant Rose

📋 copy color: '#F155A5'

red 241 ◦ green 85 ◦ blue 165

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

Shades of Brilliant Rose #F155A5

Tints of Brilliant Rose #F155A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 49.08%
G = 17.31%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F155A5 (or 0xF155A5) is known color: Brilliant Rose. HEX triplet: F1, 55 and A5. RGB value is (241,85,165). Sum of RGB (Red+Green+Blue) = 241+85+165=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F155A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155A5 is #0EAA5A. Grayscale: #8C8C8C. Windows color (decimal): -961115 or 10835441. OLE color: 10835441.

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

Color convert

RGB 241 85 165 -
CMYK 0 0.65 0.32 0.05
HSL 329.23º 0.85% 0.64% -
HSV(B) 329.23º 0.65% 0.95% -
XYZ 46.32 27.91 38.54 -
YUV 140.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 241 85 165 0 0.65 0.32 0.05 329.23 0.85 0.64
Hex F1 55 A5 0 41 20 5 149 55 40
Octal 361 125 245 0 101 40 5 511 125 100
Binary 11110001 1010101 10100101 0 1000001 100000 101 101001001 1010101 1000000

Color Harmonies of #F155A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155A5

Black with #F155A5

Text Example


Text Example

White with #F155A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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