Html Css Color HEX #F15699 Brilliant Rose

📋 copy color: '#F15699'

red 241 ◦ green 86 ◦ blue 153

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

Shades of Brilliant Rose #F15699

Tints of Brilliant Rose #F15699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.92%

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

R = 50.21%
G = 17.92%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15699 (or 0xF15699) is known color: Brilliant Rose. HEX triplet: F1, 56 and 99. RGB value is (241,86,153). Sum of RGB (Red+Green+Blue) = 241+86+153=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F15699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15699 is #0EA966. Grayscale: #8B8B8B. Windows color (decimal): -960871 or 10049265. OLE color: 10049265.

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

Color convert

RGB 241 86 153 -
CMYK 0 0.64 0.37 0.05
HSL 334.06º 0.85% 0.64% -
HSV(B) 334.06º 0.64% 0.95% -
XYZ 45.35 27.66 33.08 -
YUV 139.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 241 86 153 0 0.64 0.37 0.05 334.06 0.85 0.64
Hex F1 56 99 0 40 25 5 14E 55 40
Octal 361 126 231 0 100 45 5 516 125 100
Binary 11110001 1010110 10011001 0 1000000 100101 101 101001110 1010101 1000000

Color Harmonies of #F15699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15699

Black with #F15699

Text Example


Text Example

White with #F15699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15699; }

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

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

background-color css

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

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

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

border-color css

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

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

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