Html Css Color HEX #F79FF2 Lavender Rose

📋 copy color: '#F79FF2'

red 247 ◦ green 159 ◦ blue 242

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

Shades of Lavender Rose #F79FF2

Tints of Lavender Rose #F79FF2

RGB

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

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

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

R = 38.12%
G = 24.54%
B = 37.35%

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

#F79FF2 (or 0xF79FF2) is known color: Lavender Rose. HEX triplet: F7, 9F and F2. RGB value is (247,159,242). Sum of RGB (Red+Green+Blue) = 247+159+242=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79FF2 is #08600D. Grayscale: #C2C2C2. Windows color (decimal): -548878 or 15900663. OLE color: 15900663.

HSL color Cylindrical-coordinate representation of color #F79FF2: hue angle of 303.41º 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 #F79FF2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 159 242 -
CMYK 0 0.36 0.02 0.03
HSL 303.41º 0.85% 0.8% -
HSV(B) 303.41º 0.36% 0.97% -
XYZ 66.78 50.98 90.32 -
YUV 194.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 247 159 242 0 0.36 0.02 0.03 303.41 0.85 0.8
Hex F7 9F F2 0 24 2 3 12F 55 50
Octal 367 237 362 0 44 2 3 457 125 120
Binary 11110111 10011111 11110010 0 100100 10 11 100101111 1010101 1010000

Color Harmonies of #F79FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79FF2

Black with #F79FF2

Text Example


Text Example

White with #F79FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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