Html Css Color HEX #F194DC Lavender Rose

📋 copy color: '#F194DC'

red 241 ◦ green 148 ◦ blue 220

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

Shades of Lavender Rose #F194DC

Tints of Lavender Rose #F194DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 39.57%
G = 24.3%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F194DC (or 0xF194DC) is known color: Lavender Rose. HEX triplet: F1, 94 and DC. RGB value is (241,148,220). Sum of RGB (Red+Green+Blue) = 241+148+220=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F194DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194DC is #0E6B23. Grayscale: #B7B7B7. Windows color (decimal): -944932 or 14456049. OLE color: 14456049.

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

Color convert

RGB 241 148 220 -
CMYK 0 0.39 0.09 0.05
HSL 313.55º 0.77% 0.76% -
HSV(B) 313.55º 0.39% 0.95% -
XYZ 59.78 45.05 73.25 -
YUV 184.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 241 148 220 0 0.39 0.09 0.05 313.55 0.77 0.76
Hex F1 94 DC 0 27 9 5 13A 4D 4C
Octal 361 224 334 0 47 11 5 472 115 114
Binary 11110001 10010100 11011100 0 100111 1001 101 100111010 1001101 1001100

Color Harmonies of #F194DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194DC

Black with #F194DC

Text Example


Text Example

White with #F194DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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