Html Css Color HEX #F194DA Lavender Rose

📋 copy color: '#F194DA'

red 241 ◦ green 148 ◦ blue 218

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

Shades of Lavender Rose #F194DA

Tints of Lavender Rose #F194DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.91%

R = 39.7%
G = 24.38%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F194DA (or 0xF194DA) is known color: Lavender Rose. HEX triplet: F1, 94 and DA. RGB value is (241,148,218). Sum of RGB (Red+Green+Blue) = 241+148+218=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F194DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194DA is #0E6B25. Grayscale: #B7B7B7. Windows color (decimal): -944934 or 14324977. OLE color: 14324977.

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

Color convert

RGB 241 148 218 -
CMYK 0 0.39 0.10 0.05
HSL 314.84º 0.77% 0.76% -
HSV(B) 314.84º 0.39% 0.95% -
XYZ 59.52 44.94 71.87 -
YUV 183.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 241 148 218 0 0.39 0.10 0.05 314.84 0.77 0.76
Hex F1 94 DA 0 27 A 5 13B 4D 4C
Octal 361 224 332 0 47 12 5 473 115 114
Binary 11110001 10010100 11011010 0 100111 1010 101 100111011 1001101 1001100

Color Harmonies of #F194DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194DA

Black with #F194DA

Text Example


Text Example

White with #F194DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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