Html Css Color HEX #F1519A Brilliant Rose

📋 copy color: '#F1519A'

red 241 ◦ green 81 ◦ blue 154

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

Shades of Brilliant Rose #F1519A

Tints of Brilliant Rose #F1519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 50.63%
G = 17.02%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1519A (or 0xF1519A) is known color: Brilliant Rose. HEX triplet: F1, 51 and 9A. RGB value is (241,81,154). Sum of RGB (Red+Green+Blue) = 241+81+154=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1519A is #0EAE65. Grayscale: #898989. Windows color (decimal): -962150 or 10113521. OLE color: 10113521.

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

Color convert

RGB 241 81 154 -
CMYK 0 0.66 0.36 0.05
HSL 332.63º 0.85% 0.63% -
HSV(B) 332.63º 0.66% 0.95% -
XYZ 45.05 26.92 33.39 -
YUV 137.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 241 81 154 0 0.66 0.36 0.05 332.63 0.85 0.63
Hex F1 51 9A 0 42 24 5 14D 55 3F
Octal 361 121 232 0 102 44 5 515 125 77
Binary 11110001 1010001 10011010 0 1000010 100100 101 101001101 1010101 111111

Color Harmonies of #F1519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1519A

Black with #F1519A

Text Example


Text Example

White with #F1519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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