Html Css Color HEX #F2A1E6 Lavender Rose

📋 copy color: '#F2A1E6'

red 242 ◦ green 161 ◦ blue 230

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

Shades of Lavender Rose #F2A1E6

Tints of Lavender Rose #F2A1E6

RGB

 RED value IS 242 (94.92% from 255) = 38.23%

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

 BLUE value IS 230 (90.23% from 255) = 36.33%

R = 38.23%
G = 25.43%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2A1E6 (or 0xF2A1E6) is known color: Lavender Rose. HEX triplet: F2, A1 and E6. RGB value is (242,161,230). Sum of RGB (Red+Green+Blue) = 242+161+230=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1E6 is #0D5E19. Grayscale: #C0C0C0. Windows color (decimal): -876058 or 15114738. OLE color: 15114738.

HSL color Cylindrical-coordinate representation of color #F2A1E6: hue angle of 308.89º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A1E6 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 230 -
CMYK 0 0.33 0.05 0.05
HSL 308.89º 0.76% 0.79% -
HSV(B) 308.89º 0.33% 0.95% -
XYZ 63.65 50.08 81.17 -
YUV 193.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 242 161 230 0 0.33 0.05 0.05 308.89 0.76 0.79
Hex F2 A1 E6 0 21 5 5 135 4C 4F
Octal 362 241 346 0 41 5 5 465 114 117
Binary 11110010 10100001 11100110 0 100001 101 101 100110101 1001100 1001111

Color Harmonies of #F2A1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1E6

Black with #F2A1E6

Text Example


Text Example

White with #F2A1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1E6; }

 p { color: rgb(242,161,230); }

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

background-color css

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

 a { background-color: rgb(242,161,230); }

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

border-color css

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

 span { border-color: rgb(242,161,230); }

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