Html Css Color HEX #F1579F Brilliant Rose

📋 copy color: '#F1579F'

red 241 ◦ green 87 ◦ blue 159

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

Shades of Brilliant Rose #F1579F

Tints of Brilliant Rose #F1579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.86%

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 49.49%
G = 17.86%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1579F (or 0xF1579F) is known color: Brilliant Rose. HEX triplet: F1, 57 and 9F. RGB value is (241,87,159). Sum of RGB (Red+Green+Blue) = 241+87+159=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1579F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1579F is #0EA860. Grayscale: #8D8D8D. Windows color (decimal): -960609 or 10442737. OLE color: 10442737.

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

Color convert

RGB 241 87 159 -
CMYK 0 0.64 0.34 0.05
HSL 331.95º 0.85% 0.64% -
HSV(B) 331.95º 0.64% 0.95% -
XYZ 45.94 28.02 35.79 -
YUV 141.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 241 87 159 0 0.64 0.34 0.05 331.95 0.85 0.64
Hex F1 57 9F 0 40 22 5 14C 55 40
Octal 361 127 237 0 100 42 5 514 125 100
Binary 11110001 1010111 10011111 0 1000000 100010 101 101001100 1010101 1000000

Color Harmonies of #F1579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1579F

Black with #F1579F

Text Example


Text Example

White with #F1579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1579F; }

 p { color: rgb(241,87,159); }

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

background-color css

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

 a { background-color: rgb(241,87,159); }

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

border-color css

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

 span { border-color: rgb(241,87,159); }

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