Html Css Color HEX #F493E1 Lavender Rose

📋 copy color: '#F493E1'

red 244 ◦ green 147 ◦ blue 225

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

Shades of Lavender Rose #F493E1

Tints of Lavender Rose #F493E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 39.61%
G = 23.86%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F493E1 (or 0xF493E1) is known color: Lavender Rose. HEX triplet: F4, 93 and E1. RGB value is (244,147,225). Sum of RGB (Red+Green+Blue) = 244+147+225=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F493E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493E1 is #0B6C1E. Grayscale: #B8B8B8. Windows color (decimal): -748575 or 14783476. OLE color: 14783476.

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

Color convert

RGB 244 147 225 -
CMYK 0 0.40 0.08 0.04
HSL 311.75º 0.82% 0.77% -
HSV(B) 311.75º 0.4% 0.96% -
XYZ 61.33 45.54 76.79 -
YUV 184.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 244 147 225 0 0.40 0.08 0.04 311.75 0.82 0.77
Hex F4 93 E1 0 28 8 4 138 52 4D
Octal 364 223 341 0 50 10 4 470 122 115
Binary 11110100 10010011 11100001 0 101000 1000 100 100111000 1010010 1001101

Color Harmonies of #F493E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F493E1

Black with #F493E1

Text Example


Text Example

White with #F493E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F493E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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