Html Css Color HEX #F149A7 Brilliant Rose

📋 copy color: '#F149A7'

red 241 ◦ green 73 ◦ blue 167

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

Shades of Brilliant Rose #F149A7

Tints of Brilliant Rose #F149A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.72%

R = 50.1%
G = 15.18%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F149A7 (or 0xF149A7) is known color: Brilliant Rose. HEX triplet: F1, 49 and A7. RGB value is (241,73,167). Sum of RGB (Red+Green+Blue) = 241+73+167=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F149A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149A7 is #0EB658. Grayscale: #858585. Windows color (decimal): -964185 or 10963441. OLE color: 10963441.

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

Color convert

RGB 241 73 167 -
CMYK 0 0.70 0.31 0.05
HSL 326.43º 0.86% 0.62% -
HSV(B) 326.43º 0.7% 0.95% -
XYZ 45.63 26.26 39.22 -
YUV 133.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 241 73 167 0 0.70 0.31 0.05 326.43 0.86 0.62
Hex F1 49 A7 0 46 1F 5 146 56 3E
Octal 361 111 247 0 106 37 5 506 126 76
Binary 11110001 1001001 10100111 0 1000110 11111 101 101000110 1010110 111110

Color Harmonies of #F149A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149A7

Black with #F149A7

Text Example


Text Example

White with #F149A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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