Html Css Color HEX #F15BAE Brilliant Rose

📋 copy color: '#F15BAE'

red 241 ◦ green 91 ◦ blue 174

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

Shades of Brilliant Rose #F15BAE

Tints of Brilliant Rose #F15BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.39%

R = 47.63%
G = 17.98%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F15BAE (or 0xF15BAE) is known color: Brilliant Rose. HEX triplet: F1, 5B and AE. RGB value is (241,91,174). Sum of RGB (Red+Green+Blue) = 241+91+174=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BAE is #0EA451. Grayscale: #919191. Windows color (decimal): -959570 or 11426801. OLE color: 11426801.

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

Color convert

RGB 241 91 174 -
CMYK 0 0.62 0.28 0.05
HSL 326.8º 0.84% 0.65% -
HSV(B) 326.8º 0.62% 0.95% -
XYZ 47.66 29.24 43.18 -
YUV 145.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 241 91 174 0 0.62 0.28 0.05 326.8 0.84 0.65
Hex F1 5B AE 0 3E 1C 5 147 54 41
Octal 361 133 256 0 76 34 5 507 124 101
Binary 11110001 1011011 10101110 0 111110 11100 101 101000111 1010100 1000001

Color Harmonies of #F15BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BAE

Black with #F15BAE

Text Example


Text Example

White with #F15BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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