Html Css Color HEX #F494DF Lavender Rose

📋 copy color: '#F494DF'

red 244 ◦ green 148 ◦ blue 223

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

Shades of Lavender Rose #F494DF

Tints of Lavender Rose #F494DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 39.67%
G = 24.07%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F494DF (or 0xF494DF) is known color: Lavender Rose. HEX triplet: F4, 94 and DF. RGB value is (244,148,223). Sum of RGB (Red+Green+Blue) = 244+148+223=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F494DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494DF is #0B6B20. Grayscale: #B9B9B9. Windows color (decimal): -748321 or 14652660. OLE color: 14652660.

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

Color convert

RGB 244 148 223 -
CMYK 0 0.39 0.09 0.04
HSL 313.13º 0.81% 0.77% -
HSV(B) 313.13º 0.39% 0.96% -
XYZ 61.22 45.74 75.41 -
YUV 185.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 244 148 223 0 0.39 0.09 0.04 313.13 0.81 0.77
Hex F4 94 DF 0 27 9 4 139 51 4D
Octal 364 224 337 0 47 11 4 471 121 115
Binary 11110100 10010100 11011111 0 100111 1001 100 100111001 1010001 1001101

Color Harmonies of #F494DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F494DF

Black with #F494DF

Text Example


Text Example

White with #F494DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F494DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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