Html Css Color HEX #F7A1E5 Lavender Rose

📋 copy color: '#F7A1E5'

red 247 ◦ green 161 ◦ blue 229

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

Shades of Lavender Rose #F7A1E5

Tints of Lavender Rose #F7A1E5

RGB

 RED value IS 247 (96.88% from 255) = 38.78%

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 38.78%
G = 25.27%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F7A1E5 (or 0xF7A1E5) is known color: Lavender Rose. HEX triplet: F7, A1 and E5. RGB value is (247,161,229). Sum of RGB (Red+Green+Blue) = 247+161+229=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1E5 is #085E1A. Grayscale: #C2C2C2. Windows color (decimal): -548379 or 15049207. OLE color: 15049207.

HSL color Cylindrical-coordinate representation of color #F7A1E5: hue angle of 312.56º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A1E5 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 161 229 -
CMYK 0 0.35 0.07 0.03
HSL 312.56º 0.84% 0.8% -
HSV(B) 312.56º 0.35% 0.97% -
XYZ 65.25 50.92 80.52 -
YUV 194.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 247 161 229 0 0.35 0.07 0.03 312.56 0.84 0.8
Hex F7 A1 E5 0 23 7 3 139 54 50
Octal 367 241 345 0 43 7 3 471 124 120
Binary 11110111 10100001 11100101 0 100011 111 11 100111001 1010100 1010000

Color Harmonies of #F7A1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A1E5

Black with #F7A1E5

Text Example


Text Example

White with #F7A1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A1E5; }

 p { color: rgb(247,161,229); }

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

background-color css

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

 a { background-color: rgb(247,161,229); }

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

border-color css

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

 span { border-color: rgb(247,161,229); }

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