Html Css Color HEX #F494D3 Lavender Rose

📋 copy color: '#F494D3'

red 244 ◦ green 148 ◦ blue 211

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

Shades of Lavender Rose #F494D3

Tints of Lavender Rose #F494D3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.54%

 BLUE value IS 211 (82.81% from 255) = 34.99%

R = 40.46%
G = 24.54%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F494D3 (or 0xF494D3) is known color: Lavender Rose. HEX triplet: F4, 94 and D3. RGB value is (244,148,211). Sum of RGB (Red+Green+Blue) = 244+148+211=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F494D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494D3 is #0B6B2C. Grayscale: #B7B7B7. Windows color (decimal): -748333 or 13866228. OLE color: 13866228.

HSL color Cylindrical-coordinate representation of color #F494D3: hue angle of 320.62º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494D3 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 148 211 -
CMYK 0 0.39 0.14 0.04
HSL 320.63º 0.81% 0.77% -
HSV(B) 320.63º 0.39% 0.96% -
XYZ 59.66 45.12 67.19 -
YUV 183.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 244 148 211 0 0.39 0.14 0.04 320.63 0.81 0.77
Hex F4 94 D3 0 27 E 4 141 51 4D
Octal 364 224 323 0 47 16 4 501 121 115
Binary 11110100 10010100 11010011 0 100111 1110 100 101000001 1010001 1001101

Color Harmonies of #F494D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F494D3

Black with #F494D3

Text Example


Text Example

White with #F494D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F494D3; }

 p { color: rgb(244,148,211); }

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

background-color css

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

 a { background-color: rgb(244,148,211); }

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

border-color css

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

 span { border-color: rgb(244,148,211); }

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