Html Css Color HEX #F1559C Brilliant Rose

📋 copy color: '#F1559C'

red 241 ◦ green 85 ◦ blue 156

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

Shades of Brilliant Rose #F1559C

Tints of Brilliant Rose #F1559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 50%
G = 17.63%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1559C (or 0xF1559C) is known color: Brilliant Rose. HEX triplet: F1, 55 and 9C. RGB value is (241,85,156). Sum of RGB (Red+Green+Blue) = 241+85+156=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1559C is #0EAA63. Grayscale: #8B8B8B. Windows color (decimal): -961124 or 10245617. OLE color: 10245617.

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

Color convert

RGB 241 85 156 -
CMYK 0 0.65 0.35 0.05
HSL 332.69º 0.85% 0.64% -
HSV(B) 332.69º 0.65% 0.95% -
XYZ 45.52 27.6 34.38 -
YUV 139.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 241 85 156 0 0.65 0.35 0.05 332.69 0.85 0.64
Hex F1 55 9C 0 41 23 5 14D 55 40
Octal 361 125 234 0 101 43 5 515 125 100
Binary 11110001 1010101 10011100 0 1000001 100011 101 101001101 1010101 1000000

Color Harmonies of #F1559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1559C

Black with #F1559C

Text Example


Text Example

White with #F1559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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