Html Css Color HEX #F791DC Lavender Rose

📋 copy color: '#F791DC'

red 247 ◦ green 145 ◦ blue 220

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

Shades of Lavender Rose #F791DC

Tints of Lavender Rose #F791DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.69%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 40.36%
G = 23.69%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F791DC (or 0xF791DC) is known color: Lavender Rose. HEX triplet: F7, 91 and DC. RGB value is (247,145,220). Sum of RGB (Red+Green+Blue) = 247+145+220=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F791DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791DC is #086E23. Grayscale: #B7B7B7. Windows color (decimal): -552484 or 14455287. OLE color: 14455287.

HSL color Cylindrical-coordinate representation of color #F791DC: hue angle of 315.88º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F791DC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 145 220 -
CMYK 0 0.41 0.11 0.03
HSL 315.88º 0.86% 0.77% -
HSV(B) 315.88º 0.41% 0.97% -
XYZ 61.4 45.19 73.2 -
YUV 184.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 247 145 220 0 0.41 0.11 0.03 315.88 0.86 0.77
Hex F7 91 DC 0 29 B 3 13C 56 4D
Octal 367 221 334 0 51 13 3 474 126 115
Binary 11110111 10010001 11011100 0 101001 1011 11 100111100 1010110 1001101

Color Harmonies of #F791DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F791DC

Black with #F791DC

Text Example


Text Example

White with #F791DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F791DC; }

 p { color: rgb(247,145,220); }

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

background-color css

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

 a { background-color: rgb(247,145,220); }

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

border-color css

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

 span { border-color: rgb(247,145,220); }

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