Html Css Color HEX #F15C9D Brilliant Rose

📋 copy color: '#F15C9D'

red 241 ◦ green 92 ◦ blue 157

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

Shades of Brilliant Rose #F15C9D

Tints of Brilliant Rose #F15C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 49.18%
G = 18.78%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F15C9D (or 0xF15C9D) is known color: Brilliant Rose. HEX triplet: F1, 5C and 9D. RGB value is (241,92,157). Sum of RGB (Red+Green+Blue) = 241+92+157=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C9D is #0EA362. Grayscale: #8F8F8F. Windows color (decimal): -959331 or 10312945. OLE color: 10312945.

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

Color convert

RGB 241 92 157 -
CMYK 0 0.62 0.35 0.05
HSL 333.83º 0.84% 0.65% -
HSV(B) 333.83º 0.62% 0.95% -
XYZ 46.19 28.79 35.02 -
YUV 143.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 241 92 157 0 0.62 0.35 0.05 333.83 0.84 0.65
Hex F1 5C 9D 0 3E 23 5 14E 54 41
Octal 361 134 235 0 76 43 5 516 124 101
Binary 11110001 1011100 10011101 0 111110 100011 101 101001110 1010100 1000001

Color Harmonies of #F15C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C9D

Black with #F15C9D

Text Example


Text Example

White with #F15C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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