Html Css Color HEX #F15BA0 Brilliant Rose

📋 copy color: '#F15BA0'

red 241 ◦ green 91 ◦ blue 160

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

Shades of Brilliant Rose #F15BA0

Tints of Brilliant Rose #F15BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 48.98%
G = 18.5%
B = 32.52%

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

#F15BA0 (or 0xF15BA0) is known color: Brilliant Rose. HEX triplet: F1, 5B and A0. RGB value is (241,91,160). Sum of RGB (Red+Green+Blue) = 241+91+160=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA0 is #0EA45F. Grayscale: #8F8F8F. Windows color (decimal): -959584 or 10509297. OLE color: 10509297.

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

Color convert

RGB 241 91 160 -
CMYK 0 0.62 0.34 0.05
HSL 332.4º 0.84% 0.65% -
HSV(B) 332.4º 0.62% 0.95% -
XYZ 46.36 28.72 36.36 -
YUV 143.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 241 91 160 0 0.62 0.34 0.05 332.4 0.84 0.65
Hex F1 5B A0 0 3E 22 5 14C 54 41
Octal 361 133 240 0 76 42 5 514 124 101
Binary 11110001 1011011 10100000 0 111110 100010 101 101001100 1010100 1000001

Color Harmonies of #F15BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BA0

Black with #F15BA0

Text Example


Text Example

White with #F15BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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