Html Css Color HEX #F155A6 Brilliant Rose

📋 copy color: '#F155A6'

red 241 ◦ green 85 ◦ blue 166

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

Shades of Brilliant Rose #F155A6

Tints of Brilliant Rose #F155A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 48.98%
G = 17.28%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F155A6 (or 0xF155A6) is known color: Brilliant Rose. HEX triplet: F1, 55 and A6. RGB value is (241,85,166). Sum of RGB (Red+Green+Blue) = 241+85+166=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F155A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155A6 is #0EAA59. Grayscale: #8C8C8C. Windows color (decimal): -961114 or 10900977. OLE color: 10900977.

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

Color convert

RGB 241 85 166 -
CMYK 0 0.65 0.31 0.05
HSL 328.85º 0.85% 0.64% -
HSV(B) 328.85º 0.65% 0.95% -
XYZ 46.41 27.95 39.03 -
YUV 140.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 241 85 166 0 0.65 0.31 0.05 328.85 0.85 0.64
Hex F1 55 A6 0 41 1F 5 149 55 40
Octal 361 125 246 0 101 37 5 511 125 100
Binary 11110001 1010101 10100110 0 1000001 11111 101 101001001 1010101 1000000

Color Harmonies of #F155A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155A6

Black with #F155A6

Text Example


Text Example

White with #F155A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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