Html Css Color HEX #F1649F Brilliant Rose

📋 copy color: '#F1649F'

red 241 ◦ green 100 ◦ blue 159

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

Shades of Brilliant Rose #F1649F

Tints of Brilliant Rose #F1649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20%

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 48.2%
G = 20%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1649F (or 0xF1649F) is known color: Brilliant Rose. HEX triplet: F1, 64 and 9F. RGB value is (241,100,159). Sum of RGB (Red+Green+Blue) = 241+100+159=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1649F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1649F is #0E9B60. Grayscale: #949494. Windows color (decimal): -957281 or 10446065. OLE color: 10446065.

HSL color Cylindrical-coordinate representation of color #F1649F: hue angle of 334.89º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1649F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 159 -
CMYK 0 0.59 0.34 0.05
HSL 334.89º 0.83% 0.67% -
HSV(B) 334.89º 0.59% 0.95% -
XYZ 47.09 30.32 36.17 -
YUV 148.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 241 100 159 0 0.59 0.34 0.05 334.89 0.83 0.67
Hex F1 64 9F 0 3B 22 5 14F 53 43
Octal 361 144 237 0 73 42 5 517 123 103
Binary 11110001 1100100 10011111 0 111011 100010 101 101001111 1010011 1000011

Color Harmonies of #F1649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1649F

Black with #F1649F

Text Example


Text Example

White with #F1649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1649F; }

 p { color: rgb(241,100,159); }

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

background-color css

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

 a { background-color: rgb(241,100,159); }

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

border-color css

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

 span { border-color: rgb(241,100,159); }

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