Html Css Color HEX #F1559B Brilliant Rose

📋 copy color: '#F1559B'

red 241 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #F1559B

Tints of Brilliant Rose #F1559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.22%

R = 50.1%
G = 17.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1559B (or 0xF1559B) is known color: Brilliant Rose. HEX triplet: F1, 55 and 9B. RGB value is (241,85,155). Sum of RGB (Red+Green+Blue) = 241+85+155=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1559B is #0EAA64. Grayscale: #8B8B8B. Windows color (decimal): -961125 or 10180081. OLE color: 10180081.

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

Color convert

RGB 241 85 155 -
CMYK 0 0.65 0.36 0.05
HSL 333.08º 0.85% 0.64% -
HSV(B) 333.08º 0.65% 0.95% -
XYZ 45.44 27.56 33.94 -
YUV 139.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 241 85 155 0 0.65 0.36 0.05 333.08 0.85 0.64
Hex F1 55 9B 0 41 24 5 14D 55 40
Octal 361 125 233 0 101 44 5 515 125 100
Binary 11110001 1010101 10011011 0 1000001 100100 101 101001101 1010101 1000000

Color Harmonies of #F1559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1559B

Black with #F1559B

Text Example


Text Example

White with #F1559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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