Html Css Color HEX #F793D7 Lavender Rose

📋 copy color: '#F793D7'

red 247 ◦ green 147 ◦ blue 215

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

Shades of Lavender Rose #F793D7

Tints of Lavender Rose #F793D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.3%

R = 40.56%
G = 24.14%
B = 35.3%

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

#F793D7 (or 0xF793D7) is known color: Lavender Rose. HEX triplet: F7, 93 and D7. RGB value is (247,147,215). Sum of RGB (Red+Green+Blue) = 247+147+215=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F793D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793D7 is #086C28. Grayscale: #B8B8B8. Windows color (decimal): -551977 or 14128119. OLE color: 14128119.

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

Color convert

RGB 247 147 215 -
CMYK 0 0.40 0.13 0.03
HSL 319.2º 0.86% 0.77% -
HSV(B) 319.2º 0.4% 0.97% -
XYZ 61.06 45.55 69.86 -
YUV 184.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 247 147 215 0 0.40 0.13 0.03 319.2 0.86 0.77
Hex F7 93 D7 0 28 D 3 13F 56 4D
Octal 367 223 327 0 50 15 3 477 126 115
Binary 11110111 10010011 11010111 0 101000 1101 11 100111111 1010110 1001101

Color Harmonies of #F793D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793D7

Black with #F793D7

Text Example


Text Example

White with #F793D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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