Html Css Color HEX #F149B4 Brilliant Rose

📋 copy color: '#F149B4'

red 241 ◦ green 73 ◦ blue 180

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

Shades of Brilliant Rose #F149B4

Tints of Brilliant Rose #F149B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 48.79%
G = 14.78%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F149B4 (or 0xF149B4) is known color: Brilliant Rose. HEX triplet: F1, 49 and B4. RGB value is (241,73,180). Sum of RGB (Red+Green+Blue) = 241+73+180=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F149B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149B4 is #0EB64B. Grayscale: #878787. Windows color (decimal): -964172 or 11815409. OLE color: 11815409.

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

Color convert

RGB 241 73 180 -
CMYK 0 0.70 0.25 0.05
HSL 321.79º 0.86% 0.62% -
HSV(B) 321.79º 0.7% 0.95% -
XYZ 46.9 26.76 45.87 -
YUV 135.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 241 73 180 0 0.70 0.25 0.05 321.79 0.86 0.62
Hex F1 49 B4 0 46 19 5 142 56 3E
Octal 361 111 264 0 106 31 5 502 126 76
Binary 11110001 1001001 10110100 0 1000110 11001 101 101000010 1010110 111110

Color Harmonies of #F149B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149B4

Black with #F149B4

Text Example


Text Example

White with #F149B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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