Html Css Color HEX #F79FE0 Lavender Rose

📋 copy color: '#F79FE0'

red 247 ◦ green 159 ◦ blue 224

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

Shades of Lavender Rose #F79FE0

Tints of Lavender Rose #F79FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 39.21%
G = 25.24%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F79FE0 (or 0xF79FE0) is known color: Lavender Rose. HEX triplet: F7, 9F and E0. RGB value is (247,159,224). Sum of RGB (Red+Green+Blue) = 247+159+224=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79FE0 is #08601F. Grayscale: #C0C0C0. Windows color (decimal): -548896 or 14721015. OLE color: 14721015.

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

Color convert

RGB 247 159 224 -
CMYK 0 0.36 0.09 0.03
HSL 315.68º 0.85% 0.8% -
HSV(B) 315.68º 0.36% 0.97% -
XYZ 64.21 49.95 76.78 -
YUV 192.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 247 159 224 0 0.36 0.09 0.03 315.68 0.85 0.8
Hex F7 9F E0 0 24 9 3 13C 55 50
Octal 367 237 340 0 44 11 3 474 125 120
Binary 11110111 10011111 11100000 0 100100 1001 11 100111100 1010101 1010000

Color Harmonies of #F79FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F79FE0

Black with #F79FE0

Text Example


Text Example

White with #F79FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F79FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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