Html Css Color HEX #F0A1DF Lavender Rose

📋 copy color: '#F0A1DF'

red 240 ◦ green 161 ◦ blue 223

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

Shades of Lavender Rose #F0A1DF

Tints of Lavender Rose #F0A1DF

RGB

 RED value IS 240 (94.14% from 255) = 38.46%

 GREEN value IS 161 (63.28% from 255) = 25.8%

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

R = 38.46%
G = 25.8%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0A1DF (or 0xF0A1DF) is known color: Lavender Rose. HEX triplet: F0, A1 and DF. RGB value is (240,161,223). Sum of RGB (Red+Green+Blue) = 240+161+223=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1DF is #0F5E20. Grayscale: #BFBFBF. Windows color (decimal): -1007137 or 14655984. OLE color: 14655984.

HSL color Cylindrical-coordinate representation of color #F0A1DF: hue angle of 312.91º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1DF is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 223 -
CMYK 0 0.33 0.07 0.06
HSL 312.91º 0.72% 0.79% -
HSV(B) 312.91º 0.33% 0.94% -
XYZ 62 49.34 76.07 -
YUV 191.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 240 161 223 0 0.33 0.07 0.06 312.91 0.72 0.79
Hex F0 A1 DF 0 21 7 6 139 48 4F
Octal 360 241 337 0 41 7 6 471 110 117
Binary 11110000 10100001 11011111 0 100001 111 110 100111001 1001000 1001111

Color Harmonies of #F0A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A1DF

Black with #F0A1DF

Text Example


Text Example

White with #F0A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A1DF; }

 p { color: rgb(240,161,223); }

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

background-color css

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

 a { background-color: rgb(240,161,223); }

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

border-color css

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

 span { border-color: rgb(240,161,223); }

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