Html Css Color HEX #F2A1D7 Lavender Rose

📋 copy color: '#F2A1D7'

red 242 ◦ green 161 ◦ blue 215

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

Shades of Lavender Rose #F2A1D7

Tints of Lavender Rose #F2A1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.79%

R = 39.16%
G = 26.05%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2A1D7 (or 0xF2A1D7) is known color: Lavender Rose. HEX triplet: F2, A1 and D7. RGB value is (242,161,215). Sum of RGB (Red+Green+Blue) = 242+161+215=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1D7 is #0D5E28. Grayscale: #BFBFBF. Windows color (decimal): -876073 or 14131698. OLE color: 14131698.

HSL color Cylindrical-coordinate representation of color #F2A1D7: hue angle of 320º 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 #F2A1D7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 215 -
CMYK 0 0.33 0.11 0.05
HSL 320º 0.76% 0.79% -
HSV(B) 320º 0.33% 0.95% -
XYZ 61.63 49.27 70.55 -
YUV 191.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 242 161 215 0 0.33 0.11 0.05 320 0.76 0.79
Hex F2 A1 D7 0 21 B 5 140 4C 4F
Octal 362 241 327 0 41 13 5 500 114 117
Binary 11110010 10100001 11010111 0 100001 1011 101 101000000 1001100 1001111

Color Harmonies of #F2A1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1D7

Black with #F2A1D7

Text Example


Text Example

White with #F2A1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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