Html Css Color HEX #F195E2 Lavender Rose

📋 copy color: '#F195E2'

red 241 ◦ green 149 ◦ blue 226

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

Shades of Lavender Rose #F195E2

Tints of Lavender Rose #F195E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.69%

R = 39.12%
G = 24.19%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F195E2 (or 0xF195E2) is known color: Lavender Rose. HEX triplet: F1, 95 and E2. RGB value is (241,149,226). Sum of RGB (Red+Green+Blue) = 241+149+226=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F195E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195E2 is #0E6A1D. Grayscale: #B9B9B9. Windows color (decimal): -944670 or 14849521. OLE color: 14849521.

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

Color convert

RGB 241 149 226 -
CMYK 0 0.38 0.06 0.05
HSL 309.78º 0.77% 0.76% -
HSV(B) 309.78º 0.38% 0.95% -
XYZ 60.75 45.69 77.57 -
YUV 185.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 241 149 226 0 0.38 0.06 0.05 309.78 0.77 0.76
Hex F1 95 E2 0 26 6 5 136 4D 4C
Octal 361 225 342 0 46 6 5 466 115 114
Binary 11110001 10010101 11100010 0 100110 110 101 100110110 1001101 1001100

Color Harmonies of #F195E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195E2

Black with #F195E2

Text Example


Text Example

White with #F195E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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