Html Css Color HEX #F494D2 Lavender Rose

📋 copy color: '#F494D2'

red 244 ◦ green 148 ◦ blue 210

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

Shades of Lavender Rose #F494D2

Tints of Lavender Rose #F494D2

RGB

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

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

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

R = 40.53%
G = 24.58%
B = 34.88%

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

#F494D2 (or 0xF494D2) is known color: Lavender Rose. HEX triplet: F4, 94 and D2. RGB value is (244,148,210). Sum of RGB (Red+Green+Blue) = 244+148+210=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F494D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494D2 is #0B6B2D. Grayscale: #B7B7B7. Windows color (decimal): -748334 or 13800692. OLE color: 13800692.

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

Color convert

RGB 244 148 210 -
CMYK 0 0.39 0.14 0.04
HSL 321.25º 0.81% 0.77% -
HSV(B) 321.25º 0.39% 0.96% -
XYZ 59.53 45.07 66.53 -
YUV 183.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 244 148 210 0 0.39 0.14 0.04 321.25 0.81 0.77
Hex F4 94 D2 0 27 E 4 141 51 4D
Octal 364 224 322 0 47 16 4 501 121 115
Binary 11110100 10010100 11010010 0 100111 1110 100 101000001 1010001 1001101

Color Harmonies of #F494D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F494D2

Black with #F494D2

Text Example


Text Example

White with #F494D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F494D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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