Html Css Color HEX #F193DD Lavender Rose

📋 copy color: '#F193DD'

red 241 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #F193DD

Tints of Lavender Rose #F193DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.14%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 39.57%
G = 24.14%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F193DD (or 0xF193DD) is known color: Lavender Rose. HEX triplet: F1, 93 and DD. RGB value is (241,147,221). Sum of RGB (Red+Green+Blue) = 241+147+221=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F193DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193DD is #0E6C22. Grayscale: #B7B7B7. Windows color (decimal): -945187 or 14521329. OLE color: 14521329.

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

Color convert

RGB 241 147 221 -
CMYK 0 0.39 0.08 0.05
HSL 312.77º 0.77% 0.76% -
HSV(B) 312.77º 0.39% 0.95% -
XYZ 59.76 44.79 73.9 -
YUV 183.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 241 147 221 0 0.39 0.08 0.05 312.77 0.77 0.76
Hex F1 93 DD 0 27 8 5 139 4D 4C
Octal 361 223 335 0 47 10 5 471 115 114
Binary 11110001 10010011 11011101 0 100111 1000 101 100111001 1001101 1001100

Color Harmonies of #F193DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193DD

Black with #F193DD

Text Example


Text Example

White with #F193DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193DD; }

 p { color: rgb(241,147,221); }

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

background-color css

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

 a { background-color: rgb(241,147,221); }

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

border-color css

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

 span { border-color: rgb(241,147,221); }

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