Html Css Color HEX #F194E2 Lavender Rose

📋 copy color: '#F194E2'

red 241 ◦ green 148 ◦ blue 226

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

Shades of Lavender Rose #F194E2

Tints of Lavender Rose #F194E2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.07%

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

R = 39.19%
G = 24.07%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F194E2 (or 0xF194E2) is known color: Lavender Rose. HEX triplet: F1, 94 and E2. RGB value is (241,148,226). Sum of RGB (Red+Green+Blue) = 241+148+226=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F194E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194E2 is #0E6B1D. Grayscale: #B8B8B8. Windows color (decimal): -944926 or 14849265. OLE color: 14849265.

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

Color convert

RGB 241 148 226 -
CMYK 0 0.39 0.06 0.05
HSL 309.68º 0.77% 0.76% -
HSV(B) 309.68º 0.39% 0.95% -
XYZ 60.59 45.37 77.52 -
YUV 184.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 241 148 226 0 0.39 0.06 0.05 309.68 0.77 0.76
Hex F1 94 E2 0 27 6 5 136 4D 4C
Octal 361 224 342 0 47 6 5 466 115 114
Binary 11110001 10010100 11100010 0 100111 110 101 100110110 1001101 1001100

Color Harmonies of #F194E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194E2

Black with #F194E2

Text Example


Text Example

White with #F194E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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