Html Css Color HEX #F149B7 Brilliant Rose

📋 copy color: '#F149B7'

red 241 ◦ green 73 ◦ blue 183

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

Shades of Brilliant Rose #F149B7

Tints of Brilliant Rose #F149B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 48.49%
G = 14.69%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F149B7 (or 0xF149B7) is known color: Brilliant Rose. HEX triplet: F1, 49 and B7. RGB value is (241,73,183). Sum of RGB (Red+Green+Blue) = 241+73+183=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F149B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149B7 is #0EB648. Grayscale: #878787. Windows color (decimal): -964169 or 12012017. OLE color: 12012017.

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

Color convert

RGB 241 73 183 -
CMYK 0 0.70 0.24 0.05
HSL 320.71º 0.86% 0.62% -
HSV(B) 320.71º 0.7% 0.95% -
XYZ 47.21 26.88 47.5 -
YUV 135.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 241 73 183 0 0.70 0.24 0.05 320.71 0.86 0.62
Hex F1 49 B7 0 46 18 5 141 56 3E
Octal 361 111 267 0 106 30 5 501 126 76
Binary 11110001 1001001 10110111 0 1000110 11000 101 101000001 1010110 111110

Color Harmonies of #F149B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149B7

Black with #F149B7

Text Example


Text Example

White with #F149B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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