Html Css Color HEX #F15BA5 Brilliant Rose

📋 copy color: '#F15BA5'

red 241 ◦ green 91 ◦ blue 165

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

Shades of Brilliant Rose #F15BA5

Tints of Brilliant Rose #F15BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.2%

R = 48.49%
G = 18.31%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F15BA5 (or 0xF15BA5) is known color: Brilliant Rose. HEX triplet: F1, 5B and A5. RGB value is (241,91,165). Sum of RGB (Red+Green+Blue) = 241+91+165=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA5 is #0EA45A. Grayscale: #909090. Windows color (decimal): -959579 or 10836977. OLE color: 10836977.

HSL color Cylindrical-coordinate representation of color #F15BA5: hue angle of 330.4º 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 #F15BA5 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 91 165 -
CMYK 0 0.62 0.32 0.05
HSL 330.4º 0.84% 0.65% -
HSV(B) 330.4º 0.62% 0.95% -
XYZ 46.81 28.9 38.71 -
YUV 144.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 241 91 165 0 0.62 0.32 0.05 330.4 0.84 0.65
Hex F1 5B A5 0 3E 20 5 14A 54 41
Octal 361 133 245 0 76 40 5 512 124 101
Binary 11110001 1011011 10100101 0 111110 100000 101 101001010 1010100 1000001

Color Harmonies of #F15BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BA5

Black with #F15BA5

Text Example


Text Example

White with #F15BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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