Html Css Color HEX #F149B0 Brilliant Rose

📋 copy color: '#F149B0'

red 241 ◦ green 73 ◦ blue 176

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

Shades of Brilliant Rose #F149B0

Tints of Brilliant Rose #F149B0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.9%

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 49.18%
G = 14.9%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F149B0 (or 0xF149B0) is known color: Brilliant Rose. HEX triplet: F1, 49 and B0. RGB value is (241,73,176). Sum of RGB (Red+Green+Blue) = 241+73+176=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F149B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149B0 is #0EB64F. Grayscale: #868686. Windows color (decimal): -964176 or 11553265. OLE color: 11553265.

HSL color Cylindrical-coordinate representation of color #F149B0: hue angle of 323.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149B0 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 176 -
CMYK 0 0.70 0.27 0.05
HSL 323.21º 0.86% 0.62% -
HSV(B) 323.21º 0.7% 0.95% -
XYZ 46.49 26.6 43.76 -
YUV 134.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 241 73 176 0 0.70 0.27 0.05 323.21 0.86 0.62
Hex F1 49 B0 0 46 1B 5 143 56 3E
Octal 361 111 260 0 106 33 5 503 126 76
Binary 11110001 1001001 10110000 0 1000110 11011 101 101000011 1010110 111110

Color Harmonies of #F149B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149B0

Black with #F149B0

Text Example


Text Example

White with #F149B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149B0; }

 p { color: rgb(241,73,176); }

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

background-color css

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

 a { background-color: rgb(241,73,176); }

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

border-color css

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

 span { border-color: rgb(241,73,176); }

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