Html Css Color HEX #F15C9E Brilliant Rose

📋 copy color: '#F15C9E'

red 241 ◦ green 92 ◦ blue 158

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

Shades of Brilliant Rose #F15C9E

Tints of Brilliant Rose #F15C9E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.74%

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 49.08%
G = 18.74%
B = 32.18%

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

#F15C9E (or 0xF15C9E) is known color: Brilliant Rose. HEX triplet: F1, 5C and 9E. RGB value is (241,92,158). Sum of RGB (Red+Green+Blue) = 241+92+158=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C9E is #0EA361. Grayscale: #8F8F8F. Windows color (decimal): -959330 or 10378481. OLE color: 10378481.

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

Color convert

RGB 241 92 158 -
CMYK 0 0.62 0.34 0.05
HSL 333.42º 0.84% 0.65% -
HSV(B) 333.42º 0.62% 0.95% -
XYZ 46.27 28.82 35.47 -
YUV 144.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 241 92 158 0 0.62 0.34 0.05 333.42 0.84 0.65
Hex F1 5C 9E 0 3E 22 5 14D 54 41
Octal 361 134 236 0 76 42 5 515 124 101
Binary 11110001 1011100 10011110 0 111110 100010 101 101001101 1010100 1000001

Color Harmonies of #F15C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C9E

Black with #F15C9E

Text Example


Text Example

White with #F15C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C9E; }

 p { color: rgb(241,92,158); }

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

background-color css

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

 a { background-color: rgb(241,92,158); }

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

border-color css

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

 span { border-color: rgb(241,92,158); }

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