Html Css Color HEX #F191D8 Lavender Rose

📋 copy color: '#F191D8'

red 241 ◦ green 145 ◦ blue 216

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

Shades of Lavender Rose #F191D8

Tints of Lavender Rose #F191D8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.09%

 BLUE value IS 216 (84.77% from 255) = 35.88%

R = 40.03%
G = 24.09%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F191D8 (or 0xF191D8) is known color: Lavender Rose. HEX triplet: F1, 91 and D8. RGB value is (241,145,216). Sum of RGB (Red+Green+Blue) = 241+145+216=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F191D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191D8 is #0E6E27. Grayscale: #B5B5B5. Windows color (decimal): -945704 or 14193137. OLE color: 14193137.

HSL color Cylindrical-coordinate representation of color #F191D8: hue angle of 315.62º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191D8 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 216 -
CMYK 0 0.40 0.10 0.05
HSL 315.63º 0.77% 0.76% -
HSV(B) 315.63º 0.4% 0.95% -
XYZ 58.8 43.91 70.34 -
YUV 181.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 241 145 216 0 0.40 0.10 0.05 315.63 0.77 0.76
Hex F1 91 D8 0 28 A 5 13C 4D 4C
Octal 361 221 330 0 50 12 5 474 115 114
Binary 11110001 10010001 11011000 0 101000 1010 101 100111100 1001101 1001100

Color Harmonies of #F191D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191D8

Black with #F191D8

Text Example


Text Example

White with #F191D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191D8; }

 p { color: rgb(241,145,216); }

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

background-color css

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

 a { background-color: rgb(241,145,216); }

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

border-color css

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

 span { border-color: rgb(241,145,216); }

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