Html Css Color HEX #F493D2 Lavender Rose

📋 copy color: '#F493D2'

red 244 ◦ green 147 ◦ blue 210

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

Shades of Lavender Rose #F493D2

Tints of Lavender Rose #F493D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 40.6%
G = 24.46%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F493D2 (or 0xF493D2) is known color: Lavender Rose. HEX triplet: F4, 93 and D2. RGB value is (244,147,210). Sum of RGB (Red+Green+Blue) = 244+147+210=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F493D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493D2 is #0B6C2D. Grayscale: #B7B7B7. Windows color (decimal): -748590 or 13800436. OLE color: 13800436.

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

Color convert

RGB 244 147 210 -
CMYK 0 0.40 0.14 0.04
HSL 321.03º 0.82% 0.77% -
HSV(B) 321.03º 0.4% 0.96% -
XYZ 59.37 44.75 66.48 -
YUV 183.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 244 147 210 0 0.40 0.14 0.04 321.03 0.82 0.77
Hex F4 93 D2 0 28 E 4 141 52 4D
Octal 364 223 322 0 50 16 4 501 122 115
Binary 11110100 10010011 11010010 0 101000 1110 100 101000001 1010010 1001101

Color Harmonies of #F493D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F493D2

Black with #F493D2

Text Example


Text Example

White with #F493D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F493D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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