Html Css Color HEX #F79FD2 Lavender Pink

📋 copy color: '#F79FD2'

red 247 ◦ green 159 ◦ blue 210

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

Shades of Lavender Pink #F79FD2

Tints of Lavender Pink #F79FD2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.81%

 BLUE value IS 210 (82.42% from 255) = 34.09%

R = 40.1%
G = 25.81%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F79FD2 (or 0xF79FD2) is known color: Lavender Pink. HEX triplet: F7, 9F and D2. RGB value is (247,159,210). Sum of RGB (Red+Green+Blue) = 247+159+210=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79FD2 is #08602D. Grayscale: #BFBFBF. Windows color (decimal): -548910 or 13803511. OLE color: 13803511.

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

Color convert

RGB 247 159 210 -
CMYK 0 0.36 0.15 0.03
HSL 325.23º 0.85% 0.8% -
HSV(B) 325.23º 0.36% 0.97% -
XYZ 62.39 49.22 67.19 -
YUV 191.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 247 159 210 0 0.36 0.15 0.03 325.23 0.85 0.8
Hex F7 9F D2 0 24 F 3 145 55 50
Octal 367 237 322 0 44 17 3 505 125 120
Binary 11110111 10011111 11010010 0 100100 1111 11 101000101 1010101 1010000

Color Harmonies of #F79FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79FD2

Black with #F79FD2

Text Example


Text Example

White with #F79FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79FD2; }

 p { color: rgb(247,159,210); }

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

background-color css

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

 a { background-color: rgb(247,159,210); }

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

border-color css

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

 span { border-color: rgb(247,159,210); }

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