Html Css Color HEX #F1549D Brilliant Rose

📋 copy color: '#F1549D'

red 241 ◦ green 84 ◦ blue 157

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

Shades of Brilliant Rose #F1549D

Tints of Brilliant Rose #F1549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.43%

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 50%
G = 17.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1549D (or 0xF1549D) is known color: Brilliant Rose. HEX triplet: F1, 54 and 9D. RGB value is (241,84,157). Sum of RGB (Red+Green+Blue) = 241+84+157=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1549D is #0EAB62. Grayscale: #8B8B8B. Windows color (decimal): -961379 or 10310897. OLE color: 10310897.

HSL color Cylindrical-coordinate representation of color #F1549D: hue angle of 332.1º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1549D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 157 -
CMYK 0 0.65 0.35 0.05
HSL 332.1º 0.85% 0.64% -
HSV(B) 332.1º 0.65% 0.95% -
XYZ 45.53 27.48 34.8 -
YUV 139.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 241 84 157 0 0.65 0.35 0.05 332.1 0.85 0.64
Hex F1 54 9D 0 41 23 5 14C 55 40
Octal 361 124 235 0 101 43 5 514 125 100
Binary 11110001 1010100 10011101 0 1000001 100011 101 101001100 1010101 1000000

Color Harmonies of #F1549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1549D

Black with #F1549D

Text Example


Text Example

White with #F1549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1549D; }

 p { color: rgb(241,84,157); }

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

background-color css

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

 a { background-color: rgb(241,84,157); }

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

border-color css

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

 span { border-color: rgb(241,84,157); }

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