Html Css Color HEX #F1659B Brilliant Rose

📋 copy color: '#F1659B'

red 241 ◦ green 101 ◦ blue 155

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

Shades of Brilliant Rose #F1659B

Tints of Brilliant Rose #F1659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

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

R = 48.49%
G = 20.32%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1659B (or 0xF1659B) is known color: Brilliant Rose. HEX triplet: F1, 65 and 9B. RGB value is (241,101,155). Sum of RGB (Red+Green+Blue) = 241+101+155=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659B is #0E9A64. Grayscale: #949494. Windows color (decimal): -957029 or 10184177. OLE color: 10184177.

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

Color convert

RGB 241 101 155 -
CMYK 0 0.58 0.36 0.05
HSL 336.86º 0.83% 0.67% -
HSV(B) 336.86º 0.58% 0.95% -
XYZ 46.85 30.37 34.4 -
YUV 149.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 241 101 155 0 0.58 0.36 0.05 336.86 0.83 0.67
Hex F1 65 9B 0 3A 24 5 151 53 43
Octal 361 145 233 0 72 44 5 521 123 103
Binary 11110001 1100101 10011011 0 111010 100100 101 101010001 1010011 1000011

Color Harmonies of #F1659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1659B

Black with #F1659B

Text Example


Text Example

White with #F1659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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