Html Css Color HEX #F15B9E Brilliant Rose

📋 copy color: '#F15B9E'

red 241 ◦ green 91 ◦ blue 158

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

Shades of Brilliant Rose #F15B9E

Tints of Brilliant Rose #F15B9E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.57%

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 49.18%
G = 18.57%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F15B9E (or 0xF15B9E) is known color: Brilliant Rose. HEX triplet: F1, 5B and 9E. RGB value is (241,91,158). Sum of RGB (Red+Green+Blue) = 241+91+158=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15B9E is #0EA461. Grayscale: #8F8F8F. Windows color (decimal): -959586 or 10378225. OLE color: 10378225.

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

Color convert

RGB 241 91 158 -
CMYK 0 0.62 0.34 0.05
HSL 333.2º 0.84% 0.65% -
HSV(B) 333.2º 0.62% 0.95% -
XYZ 46.19 28.65 35.44 -
YUV 143.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 241 91 158 0 0.62 0.34 0.05 333.2 0.84 0.65
Hex F1 5B 9E 0 3E 22 5 14D 54 41
Octal 361 133 236 0 76 42 5 515 124 101
Binary 11110001 1011011 10011110 0 111110 100010 101 101001101 1010100 1000001

Color Harmonies of #F15B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B9E

Black with #F15B9E

Text Example


Text Example

White with #F15B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B9E; }

 p { color: rgb(241,91,158); }

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

background-color css

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

 a { background-color: rgb(241,91,158); }

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

border-color css

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

 span { border-color: rgb(241,91,158); }

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