Html Css Color HEX #F1619B Brilliant Rose

📋 copy color: '#F1619B'

red 241 ◦ green 97 ◦ blue 155

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

Shades of Brilliant Rose #F1619B

Tints of Brilliant Rose #F1619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.68%

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 48.88%
G = 19.68%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1619B (or 0xF1619B) is known color: Brilliant Rose. HEX triplet: F1, 61 and 9B. RGB value is (241,97,155). Sum of RGB (Red+Green+Blue) = 241+97+155=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1619B is #0E9E64. Grayscale: #929292. Windows color (decimal): -958053 or 10183153. OLE color: 10183153.

HSL color Cylindrical-coordinate representation of color #F1619B: hue angle of 335.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1619B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 155 -
CMYK 0 0.60 0.36 0.05
HSL 335.83º 0.84% 0.66% -
HSV(B) 335.83º 0.6% 0.95% -
XYZ 46.47 29.62 34.28 -
YUV 146.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 241 97 155 0 0.60 0.36 0.05 335.83 0.84 0.66
Hex F1 61 9B 0 3C 24 5 150 54 42
Octal 361 141 233 0 74 44 5 520 124 102
Binary 11110001 1100001 10011011 0 111100 100100 101 101010000 1010100 1000010

Color Harmonies of #F1619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1619B

Black with #F1619B

Text Example


Text Example

White with #F1619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1619B; }

 p { color: rgb(241,97,155); }

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

background-color css

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

 a { background-color: rgb(241,97,155); }

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

border-color css

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

 span { border-color: rgb(241,97,155); }

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