Html Css Color HEX #F15099 Brilliant Rose

📋 copy color: '#F15099'

red 241 ◦ green 80 ◦ blue 153

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

Shades of Brilliant Rose #F15099

Tints of Brilliant Rose #F15099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.88%

 BLUE value IS 153 (60.16% from 255) = 32.28%

R = 50.84%
G = 16.88%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15099 (or 0xF15099) is known color: Brilliant Rose. HEX triplet: F1, 50 and 99. RGB value is (241,80,153). Sum of RGB (Red+Green+Blue) = 241+80+153=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F15099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15099 is #0EAF66. Grayscale: #888888. Windows color (decimal): -962407 or 10047729. OLE color: 10047729.

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

Color convert

RGB 241 80 153 -
CMYK 0 0.67 0.37 0.05
HSL 332.8º 0.85% 0.63% -
HSV(B) 332.8º 0.67% 0.95% -
XYZ 44.89 26.74 32.93 -
YUV 136.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 241 80 153 0 0.67 0.37 0.05 332.8 0.85 0.63
Hex F1 50 99 0 43 25 5 14D 55 3F
Octal 361 120 231 0 103 45 5 515 125 77
Binary 11110001 1010000 10011001 0 1000011 100101 101 101001101 1010101 111111

Color Harmonies of #F15099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15099

Black with #F15099

Text Example


Text Example

White with #F15099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15099; }

 p { color: rgb(241,80,153); }

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

background-color css

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

 a { background-color: rgb(241,80,153); }

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

border-color css

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

 span { border-color: rgb(241,80,153); }

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