Html Css Color HEX #F793D8 Lavender Rose

📋 copy color: '#F793D8'

red 247 ◦ green 147 ◦ blue 216

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

Shades of Lavender Rose #F793D8

Tints of Lavender Rose #F793D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 40.49%
G = 24.1%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F793D8 (or 0xF793D8) is known color: Lavender Rose. HEX triplet: F7, 93 and D8. RGB value is (247,147,216). Sum of RGB (Red+Green+Blue) = 247+147+216=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F793D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793D8 is #086C27. Grayscale: #B8B8B8. Windows color (decimal): -551976 or 14193655. OLE color: 14193655.

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

Color convert

RGB 247 147 216 -
CMYK 0 0.40 0.13 0.03
HSL 318.6º 0.86% 0.77% -
HSV(B) 318.6º 0.4% 0.97% -
XYZ 61.19 45.6 70.54 -
YUV 184.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 247 147 216 0 0.40 0.13 0.03 318.6 0.86 0.77
Hex F7 93 D8 0 28 D 3 13F 56 4D
Octal 367 223 330 0 50 15 3 477 126 115
Binary 11110111 10010011 11011000 0 101000 1101 11 100111111 1010110 1001101

Color Harmonies of #F793D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793D8

Black with #F793D8

Text Example


Text Example

White with #F793D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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