Html Css Color HEX #F1519C Brilliant Rose

📋 copy color: '#F1519C'

red 241 ◦ green 81 ◦ blue 156

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

Shades of Brilliant Rose #F1519C

Tints of Brilliant Rose #F1519C

RGB

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

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

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

R = 50.42%
G = 16.95%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1519C (or 0xF1519C) is known color: Brilliant Rose. HEX triplet: F1, 51 and 9C. RGB value is (241,81,156). Sum of RGB (Red+Green+Blue) = 241+81+156=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1519C is #0EAE63. Grayscale: #898989. Windows color (decimal): -962148 or 10244593. OLE color: 10244593.

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

Color convert

RGB 241 81 156 -
CMYK 0 0.66 0.35 0.05
HSL 331.88º 0.85% 0.63% -
HSV(B) 331.88º 0.66% 0.95% -
XYZ 45.22 26.99 34.28 -
YUV 137.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 241 81 156 0 0.66 0.35 0.05 331.88 0.85 0.63
Hex F1 51 9C 0 42 23 5 14C 55 3F
Octal 361 121 234 0 102 43 5 514 125 77
Binary 11110001 1010001 10011100 0 1000010 100011 101 101001100 1010101 111111

Color Harmonies of #F1519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1519C

Black with #F1519C

Text Example


Text Example

White with #F1519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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