Html Css Color HEX #F493DD Lavender Rose

📋 copy color: '#F493DD'

red 244 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #F493DD

Tints of Lavender Rose #F493DD

RGB

 RED value IS 244 (95.7% from 255) = 39.87%

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

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

R = 39.87%
G = 24.02%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F493DD (or 0xF493DD) is known color: Lavender Rose. HEX triplet: F4, 93 and DD. RGB value is (244,147,221). Sum of RGB (Red+Green+Blue) = 244+147+221=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F493DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493DD is #0B6C22. Grayscale: #B8B8B8. Windows color (decimal): -748579 or 14521332. OLE color: 14521332.

HSL color Cylindrical-coordinate representation of color #F493DD: hue angle of 314.23º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493DD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 147 221 -
CMYK 0 0.40 0.09 0.04
HSL 314.23º 0.82% 0.77% -
HSV(B) 314.23º 0.4% 0.96% -
XYZ 60.79 45.32 73.95 -
YUV 184.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 244 147 221 0 0.40 0.09 0.04 314.23 0.82 0.77
Hex F4 93 DD 0 28 9 4 13A 52 4D
Octal 364 223 335 0 50 11 4 472 122 115
Binary 11110100 10010011 11011101 0 101000 1001 100 100111010 1010010 1001101

Color Harmonies of #F493DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F493DD

Black with #F493DD

Text Example


Text Example

White with #F493DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F493DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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