Html Css Color HEX #F793D9 Lavender Rose

📋 copy color: '#F793D9'

red 247 ◦ green 147 ◦ blue 217

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

Shades of Lavender Rose #F793D9

Tints of Lavender Rose #F793D9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.06%

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 40.43%
G = 24.06%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F793D9 (or 0xF793D9) is known color: Lavender Rose. HEX triplet: F7, 93 and D9. RGB value is (247,147,217). Sum of RGB (Red+Green+Blue) = 247+147+217=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F793D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793D9 is #086C26. Grayscale: #B8B8B8. Windows color (decimal): -551975 or 14259191. OLE color: 14259191.

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

Color convert

RGB 247 147 217 -
CMYK 0 0.40 0.12 0.03
HSL 318º 0.86% 0.77% -
HSV(B) 318º 0.4% 0.97% -
XYZ 61.32 45.65 71.23 -
YUV 184.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 247 147 217 0 0.40 0.12 0.03 318 0.86 0.77
Hex F7 93 D9 0 28 C 3 13E 56 4D
Octal 367 223 331 0 50 14 3 476 126 115
Binary 11110111 10010011 11011001 0 101000 1100 11 100111110 1010110 1001101

Color Harmonies of #F793D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793D9

Black with #F793D9

Text Example


Text Example

White with #F793D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793D9; }

 p { color: rgb(247,147,217); }

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

background-color css

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

 a { background-color: rgb(247,147,217); }

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

border-color css

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

 span { border-color: rgb(247,147,217); }

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