Html Css Color HEX #F149AF Brilliant Rose

📋 copy color: '#F149AF'

red 241 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #F149AF

Tints of Brilliant Rose #F149AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 49.28%
G = 14.93%
B = 35.79%

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

#F149AF (or 0xF149AF) is known color: Brilliant Rose. HEX triplet: F1, 49 and AF. RGB value is (241,73,175). Sum of RGB (Red+Green+Blue) = 241+73+175=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F149AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F149AF is #0EB650. Grayscale: #868686. Windows color (decimal): -964177 or 11487729. OLE color: 11487729.

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

Color convert

RGB 241 73 175 -
CMYK 0 0.70 0.27 0.05
HSL 323.57º 0.86% 0.62% -
HSV(B) 323.57º 0.7% 0.95% -
XYZ 46.4 26.56 43.24 -
YUV 134.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 241 73 175 0 0.70 0.27 0.05 323.57 0.86 0.62
Hex F1 49 AF 0 46 1B 5 144 56 3E
Octal 361 111 257 0 106 33 5 504 126 76
Binary 11110001 1001001 10101111 0 1000110 11011 101 101000100 1010110 111110

Color Harmonies of #F149AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149AF

Black with #F149AF

Text Example


Text Example

White with #F149AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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