Html Css Color HEX #F79DF2 Lavender Rose

📋 copy color: '#F79DF2'

red 247 ◦ green 157 ◦ blue 242

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

Shades of Lavender Rose #F79DF2

Tints of Lavender Rose #F79DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.3%

 BLUE value IS 242 (94.92% from 255) = 37.46%

R = 38.24%
G = 24.3%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F79DF2 (or 0xF79DF2) is known color: Lavender Rose. HEX triplet: F7, 9D and F2. RGB value is (247,157,242). Sum of RGB (Red+Green+Blue) = 247+157+242=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 157 (61.72% from 255 or 24.30% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F79DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79DF2 is #08620D. Grayscale: #C1C1C1. Windows color (decimal): -549390 or 15900151. OLE color: 15900151.

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

Color convert

RGB 247 157 242 -
CMYK 0 0.36 0.02 0.03
HSL 303.33º 0.85% 0.79% -
HSV(B) 303.33º 0.36% 0.97% -
XYZ 66.44 50.3 90.21 -
YUV 193.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 247 157 242 0 0.36 0.02 0.03 303.33 0.85 0.79
Hex F7 9D F2 0 24 2 3 12F 55 4F
Octal 367 235 362 0 44 2 3 457 125 117
Binary 11110111 10011101 11110010 0 100100 10 11 100101111 1010101 1001111

Color Harmonies of #F79DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79DF2

Black with #F79DF2

Text Example


Text Example

White with #F79DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79DF2; }

 p { color: rgb(247,157,242); }

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

background-color css

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

 a { background-color: rgb(247,157,242); }

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

border-color css

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

 span { border-color: rgb(247,157,242); }

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