Html Css Color HEX #F493D6 Lavender Rose

📋 copy color: '#F493D6'

red 244 ◦ green 147 ◦ blue 214

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

Shades of Lavender Rose #F493D6

Tints of Lavender Rose #F493D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 40.33%
G = 24.3%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F493D6 (or 0xF493D6) is known color: Lavender Rose. HEX triplet: F4, 93 and D6. RGB value is (244,147,214). Sum of RGB (Red+Green+Blue) = 244+147+214=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F493D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493D6 is #0B6C29. Grayscale: #B7B7B7. Windows color (decimal): -748586 or 14062580. OLE color: 14062580.

HSL color Cylindrical-coordinate representation of color #F493D6: hue angle of 318.56º 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 #F493D6 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 147 214 -
CMYK 0 0.40 0.12 0.04
HSL 318.56º 0.82% 0.77% -
HSV(B) 318.56º 0.4% 0.96% -
XYZ 59.88 44.96 69.14 -
YUV 183.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 244 147 214 0 0.40 0.12 0.04 318.56 0.82 0.77
Hex F4 93 D6 0 28 C 4 13F 52 4D
Octal 364 223 326 0 50 14 4 477 122 115
Binary 11110100 10010011 11010110 0 101000 1100 100 100111111 1010010 1001101

Color Harmonies of #F493D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F493D6

Black with #F493D6

Text Example


Text Example

White with #F493D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F493D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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