Html Css Color HEX #F1519B Brilliant Rose

📋 copy color: '#F1519B'

red 241 ◦ green 81 ◦ blue 155

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

Shades of Brilliant Rose #F1519B

Tints of Brilliant Rose #F1519B

RGB

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

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

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

R = 50.52%
G = 16.98%
B = 32.49%

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

#F1519B (or 0xF1519B) is known color: Brilliant Rose. HEX triplet: F1, 51 and 9B. RGB value is (241,81,155). Sum of RGB (Red+Green+Blue) = 241+81+155=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1519B is #0EAE64. Grayscale: #898989. Windows color (decimal): -962149 or 10179057. OLE color: 10179057.

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

Color convert

RGB 241 81 155 -
CMYK 0 0.66 0.36 0.05
HSL 332.25º 0.85% 0.63% -
HSV(B) 332.25º 0.66% 0.95% -
XYZ 45.13 26.95 33.83 -
YUV 137.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 241 81 155 0 0.66 0.36 0.05 332.25 0.85 0.63
Hex F1 51 9B 0 42 24 5 14C 55 3F
Octal 361 121 233 0 102 44 5 514 125 77
Binary 11110001 1010001 10011011 0 1000010 100100 101 101001100 1010101 111111

Color Harmonies of #F1519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1519B

Black with #F1519B

Text Example


Text Example

White with #F1519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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