Html Css Color HEX #F15F9D Brilliant Rose

📋 copy color: '#F15F9D'

red 241 ◦ green 95 ◦ blue 157

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

Shades of Brilliant Rose #F15F9D

Tints of Brilliant Rose #F15F9D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.27%

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

R = 48.88%
G = 19.27%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F15F9D (or 0xF15F9D) is known color: Brilliant Rose. HEX triplet: F1, 5F and 9D. RGB value is (241,95,157). Sum of RGB (Red+Green+Blue) = 241+95+157=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15F9D is #0EA062. Grayscale: #919191. Windows color (decimal): -958563 or 10313713. OLE color: 10313713.

HSL color Cylindrical-coordinate representation of color #F15F9D: hue angle of 334.52º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15F9D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 95 157 -
CMYK 0 0.61 0.35 0.05
HSL 334.52º 0.84% 0.66% -
HSV(B) 334.52º 0.61% 0.95% -
XYZ 46.45 29.32 35.11 -
YUV 145.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 241 95 157 0 0.61 0.35 0.05 334.52 0.84 0.66
Hex F1 5F 9D 0 3D 23 5 14F 54 42
Octal 361 137 235 0 75 43 5 517 124 102
Binary 11110001 1011111 10011101 0 111101 100011 101 101001111 1010100 1000010

Color Harmonies of #F15F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F9D

Black with #F15F9D

Text Example


Text Example

White with #F15F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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