Html Css Color HEX #F7A1FA Lavender Rose

📋 copy color: '#F7A1FA'

red 247 ◦ green 161 ◦ blue 250

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

Shades of Lavender Rose #F7A1FA

Tints of Lavender Rose #F7A1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 37.54%
G = 24.47%
B = 37.99%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7A1FA (or 0xF7A1FA) is known color: Lavender Rose. HEX triplet: F7, A1 and FA. RGB value is (247,161,250). Sum of RGB (Red+Green+Blue) = 247+161+250=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 161 (63.28% from 255 or 24.47% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7A1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A1FA is #085E05. Grayscale: #C4C4C4. Windows color (decimal): -548358 or 16425463. OLE color: 16425463.

HSL color Cylindrical-coordinate representation of color #F7A1FA: hue angle of 297.98º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A1FA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 161 250 -
CMYK 0.01 0.36 0 0.02
HSL 297.98º 0.9% 0.81% -
HSV(B) 297.98º 0.36% 0.98% -
XYZ 68.36 52.17 96.91 -
YUV 196.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 247 161 250 0.01 0.36 0 0.02 297.98 0.9 0.81
Hex F7 A1 FA 1 24 0 2 12A 5A 51
Octal 367 241 372 1 44 0 2 452 132 121
Binary 11110111 10100001 11111010 1 100100 0 10 100101010 1011010 1010001

Color Harmonies of #F7A1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A1FA

Black with #F7A1FA

Text Example


Text Example

White with #F7A1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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