Html Css Color HEX #F15599 Brilliant Rose

📋 copy color: '#F15599'

red 241 ◦ green 85 ◦ blue 153

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

Shades of Brilliant Rose #F15599

Tints of Brilliant Rose #F15599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.75%

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

R = 50.31%
G = 17.75%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15599 (or 0xF15599) is known color: Brilliant Rose. HEX triplet: F1, 55 and 99. RGB value is (241,85,153). Sum of RGB (Red+Green+Blue) = 241+85+153=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F15599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15599 is #0EAA66. Grayscale: #8B8B8B. Windows color (decimal): -961127 or 10049009. OLE color: 10049009.

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

Color convert

RGB 241 85 153 -
CMYK 0 0.65 0.37 0.05
HSL 333.85º 0.85% 0.64% -
HSV(B) 333.85º 0.65% 0.95% -
XYZ 45.27 27.5 33.06 -
YUV 139.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 241 85 153 0 0.65 0.37 0.05 333.85 0.85 0.64
Hex F1 55 99 0 41 25 5 14E 55 40
Octal 361 125 231 0 101 45 5 516 125 100
Binary 11110001 1010101 10011001 0 1000001 100101 101 101001110 1010101 1000000

Color Harmonies of #F15599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15599

Black with #F15599

Text Example


Text Example

White with #F15599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15599; }

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

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

background-color css

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

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

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

border-color css

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

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

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