Html Css Color HEX #F1519E Brilliant Rose

📋 copy color: '#F1519E'

red 241 ◦ green 81 ◦ blue 158

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

Shades of Brilliant Rose #F1519E

Tints of Brilliant Rose #F1519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.88%

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 50.21%
G = 16.88%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1519E (or 0xF1519E) is known color: Brilliant Rose. HEX triplet: F1, 51 and 9E. RGB value is (241,81,158). Sum of RGB (Red+Green+Blue) = 241+81+158=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1519E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1519E is #0EAE61. Grayscale: #898989. Windows color (decimal): -962146 or 10375665. OLE color: 10375665.

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

Color convert

RGB 241 81 158 -
CMYK 0 0.66 0.34 0.05
HSL 331.13º 0.85% 0.63% -
HSV(B) 331.13º 0.66% 0.95% -
XYZ 45.39 27.05 35.18 -
YUV 137.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 241 81 158 0 0.66 0.34 0.05 331.13 0.85 0.63
Hex F1 51 9E 0 42 22 5 14B 55 3F
Octal 361 121 236 0 102 42 5 513 125 77
Binary 11110001 1010001 10011110 0 1000010 100010 101 101001011 1010101 111111

Color Harmonies of #F1519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1519E

Black with #F1519E

Text Example


Text Example

White with #F1519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1519E; }

 p { color: rgb(241,81,158); }

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

background-color css

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

 a { background-color: rgb(241,81,158); }

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

border-color css

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

 span { border-color: rgb(241,81,158); }

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