Html Css Color HEX #F193DA Lavender Rose

📋 copy color: '#F193DA'

red 241 ◦ green 147 ◦ blue 218

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

Shades of Lavender Rose #F193DA

Tints of Lavender Rose #F193DA

RGB

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

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

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

R = 39.77%
G = 24.26%
B = 35.97%

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

#F193DA (or 0xF193DA) is known color: Lavender Rose. HEX triplet: F1, 93 and DA. RGB value is (241,147,218). Sum of RGB (Red+Green+Blue) = 241+147+218=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F193DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193DA is #0E6C25. Grayscale: #B7B7B7. Windows color (decimal): -945190 or 14324721. OLE color: 14324721.

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

Color convert

RGB 241 147 218 -
CMYK 0 0.39 0.10 0.05
HSL 314.68º 0.77% 0.76% -
HSV(B) 314.68º 0.39% 0.95% -
XYZ 59.36 44.63 71.82 -
YUV 183.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 241 147 218 0 0.39 0.10 0.05 314.68 0.77 0.76
Hex F1 93 DA 0 27 A 5 13B 4D 4C
Octal 361 223 332 0 47 12 5 473 115 114
Binary 11110001 10010011 11011010 0 100111 1010 101 100111011 1001101 1001100

Color Harmonies of #F193DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193DA

Black with #F193DA

Text Example


Text Example

White with #F193DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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