Html Css Color HEX #F5A4F1 Lavender Rose

📋 copy color: '#F5A4F1'

red 245 ◦ green 164 ◦ blue 241

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

Shades of Lavender Rose #F5A4F1

Tints of Lavender Rose #F5A4F1

RGB

 RED value IS 245 (96.09% from 255) = 37.69%

 GREEN value IS 164 (64.45% from 255) = 25.23%

 BLUE value IS 241 (94.53% from 255) = 37.08%

R = 37.69%
G = 25.23%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5A4F1 (or 0xF5A4F1) is known color: Lavender Rose. HEX triplet: F5, A4 and F1. RGB value is (245,164,241). Sum of RGB (Red+Green+Blue) = 245+164+241=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A4F1 is #0A5B0E. Grayscale: #C4C4C4. Windows color (decimal): -678671 or 15836405. OLE color: 15836405.

HSL color Cylindrical-coordinate representation of color #F5A4F1: hue angle of 302.96º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A4F1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 164 241 -
CMYK 0 0.33 0.02 0.04
HSL 302.96º 0.8% 0.8% -
HSV(B) 302.96º 0.33% 0.96% -
XYZ 66.81 52.31 89.8 -
YUV 197 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 245 164 241 0 0.33 0.02 0.04 302.96 0.8 0.8
Hex F5 A4 F1 0 21 2 4 12F 50 50
Octal 365 244 361 0 41 2 4 457 120 120
Binary 11110101 10100100 11110001 0 100001 10 100 100101111 1010000 1010000

Color Harmonies of #F5A4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A4F1

Black with #F5A4F1

Text Example


Text Example

White with #F5A4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A4F1; }

 p { color: rgb(245,164,241); }

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

background-color css

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

 a { background-color: rgb(245,164,241); }

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

border-color css

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

 span { border-color: rgb(245,164,241); }

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