Html Css Color HEX #F495E1 Lavender Rose

📋 copy color: '#F495E1'

red 244 ◦ green 149 ◦ blue 225

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

Shades of Lavender Rose #F495E1

Tints of Lavender Rose #F495E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.41%

R = 39.48%
G = 24.11%
B = 36.41%

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

#F495E1 (or 0xF495E1) is known color: Lavender Rose. HEX triplet: F4, 95 and E1. RGB value is (244,149,225). Sum of RGB (Red+Green+Blue) = 244+149+225=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F495E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495E1 is #0B6A1E. Grayscale: #B9B9B9. Windows color (decimal): -748063 or 14783988. OLE color: 14783988.

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

Color convert

RGB 244 149 225 -
CMYK 0 0.39 0.08 0.04
HSL 312º 0.81% 0.77% -
HSV(B) 312º 0.39% 0.96% -
XYZ 61.65 46.16 76.9 -
YUV 186.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 244 149 225 0 0.39 0.08 0.04 312 0.81 0.77
Hex F4 95 E1 0 27 8 4 138 51 4D
Octal 364 225 341 0 47 10 4 470 121 115
Binary 11110100 10010101 11100001 0 100111 1000 100 100111000 1010001 1001101

Color Harmonies of #F495E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495E1

Black with #F495E1

Text Example


Text Example

White with #F495E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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