Html Css Color HEX #F191D2 Lavender Rose

📋 copy color: '#F191D2'

red 241 ◦ green 145 ◦ blue 210

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

Shades of Lavender Rose #F191D2

Tints of Lavender Rose #F191D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.23%

R = 40.44%
G = 24.33%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F191D2 (or 0xF191D2) is known color: Lavender Rose. HEX triplet: F1, 91 and D2. RGB value is (241,145,210). Sum of RGB (Red+Green+Blue) = 241+145+210=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F191D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191D2 is #0E6E2D. Grayscale: #B4B4B4. Windows color (decimal): -945710 or 13799921. OLE color: 13799921.

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

Color convert

RGB 241 145 210 -
CMYK 0 0.40 0.13 0.05
HSL 319.38º 0.77% 0.76% -
HSV(B) 319.38º 0.4% 0.95% -
XYZ 58.03 43.6 66.33 -
YUV 181.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 241 145 210 0 0.40 0.13 0.05 319.38 0.77 0.76
Hex F1 91 D2 0 28 D 5 13F 4D 4C
Octal 361 221 322 0 50 15 5 477 115 114
Binary 11110001 10010001 11010010 0 101000 1101 101 100111111 1001101 1001100

Color Harmonies of #F191D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191D2

Black with #F191D2

Text Example


Text Example

White with #F191D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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