Html Css Color HEX #F495E0 Lavender Rose

📋 copy color: '#F495E0'

red 244 ◦ green 149 ◦ blue 224

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

Shades of Lavender Rose #F495E0

Tints of Lavender Rose #F495E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.15%

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 39.55%
G = 24.15%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F495E0 (or 0xF495E0) is known color: Lavender Rose. HEX triplet: F4, 95 and E0. RGB value is (244,149,224). Sum of RGB (Red+Green+Blue) = 244+149+224=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F495E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495E0 is #0B6A1F. Grayscale: #B9B9B9. Windows color (decimal): -748064 or 14718452. OLE color: 14718452.

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

Color convert

RGB 244 149 224 -
CMYK 0 0.39 0.08 0.04
HSL 312.63º 0.81% 0.77% -
HSV(B) 312.63º 0.39% 0.96% -
XYZ 61.51 46.11 76.18 -
YUV 185.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 244 149 224 0 0.39 0.08 0.04 312.63 0.81 0.77
Hex F4 95 E0 0 27 8 4 139 51 4D
Octal 364 225 340 0 47 10 4 471 121 115
Binary 11110100 10010101 11100000 0 100111 1000 100 100111001 1010001 1001101

Color Harmonies of #F495E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495E0

Black with #F495E0

Text Example


Text Example

White with #F495E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495E0; }

 p { color: rgb(244,149,224); }

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

background-color css

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

 a { background-color: rgb(244,149,224); }

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

border-color css

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

 span { border-color: rgb(244,149,224); }

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