Html Css Color HEX #F4A5F1 Lavender Rose

📋 copy color: '#F4A5F1'

red 244 ◦ green 165 ◦ blue 241

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

Shades of Lavender Rose #F4A5F1

Tints of Lavender Rose #F4A5F1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.38%

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

R = 37.54%
G = 25.38%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F4A5F1 (or 0xF4A5F1) is known color: Lavender Rose. HEX triplet: F4, A5 and F1. RGB value is (244,165,241). Sum of RGB (Red+Green+Blue) = 244+165+241=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5F1 is #0B5A0E. Grayscale: #C5C5C5. Windows color (decimal): -743951 or 15836660. OLE color: 15836660.

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

Color convert

RGB 244 165 241 -
CMYK 0 0.32 0.01 0.04
HSL 302.28º 0.78% 0.8% -
HSV(B) 302.28º 0.32% 0.96% -
XYZ 66.64 52.49 89.84 -
YUV 197.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 244 165 241 0 0.32 0.01 0.04 302.28 0.78 0.8
Hex F4 A5 F1 0 20 1 4 12E 4E 50
Octal 364 245 361 0 40 1 4 456 116 120
Binary 11110100 10100101 11110001 0 100000 1 100 100101110 1001110 1010000

Color Harmonies of #F4A5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A5F1

Black with #F4A5F1

Text Example


Text Example

White with #F4A5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A5F1; }

 p { color: rgb(244,165,241); }

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

background-color css

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

 a { background-color: rgb(244,165,241); }

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

border-color css

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

 span { border-color: rgb(244,165,241); }

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