Html Css Color HEX #F195D8 Lavender Rose

📋 copy color: '#F195D8'

red 241 ◦ green 149 ◦ blue 216

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

Shades of Lavender Rose #F195D8

Tints of Lavender Rose #F195D8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.59%

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

R = 39.77%
G = 24.59%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F195D8 (or 0xF195D8) is known color: Lavender Rose. HEX triplet: F1, 95 and D8. RGB value is (241,149,216). Sum of RGB (Red+Green+Blue) = 241+149+216=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F195D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195D8 is #0E6A27. Grayscale: #B7B7B7. Windows color (decimal): -944680 or 14194161. OLE color: 14194161.

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

Color convert

RGB 241 149 216 -
CMYK 0 0.38 0.10 0.05
HSL 316.3º 0.77% 0.76% -
HSV(B) 316.3º 0.38% 0.95% -
XYZ 59.42 45.15 70.55 -
YUV 184.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 241 149 216 0 0.38 0.10 0.05 316.3 0.77 0.76
Hex F1 95 D8 0 26 A 5 13C 4D 4C
Octal 361 225 330 0 46 12 5 474 115 114
Binary 11110001 10010101 11011000 0 100110 1010 101 100111100 1001101 1001100

Color Harmonies of #F195D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195D8

Black with #F195D8

Text Example


Text Example

White with #F195D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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