Html Css Color HEX #F793DF Lavender Rose

📋 copy color: '#F793DF'

red 247 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #F793DF

Tints of Lavender Rose #F793DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 40.03%
G = 23.82%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F793DF (or 0xF793DF) is known color: Lavender Rose. HEX triplet: F7, 93 and DF. RGB value is (247,147,223). Sum of RGB (Red+Green+Blue) = 247+147+223=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F793DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793DF is #086C20. Grayscale: #B9B9B9. Windows color (decimal): -551969 or 14652407. OLE color: 14652407.

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

Color convert

RGB 247 147 223 -
CMYK 0 0.40 0.10 0.03
HSL 314.4º 0.86% 0.77% -
HSV(B) 314.4º 0.4% 0.97% -
XYZ 62.11 45.97 75.41 -
YUV 185.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 247 147 223 0 0.40 0.10 0.03 314.4 0.86 0.77
Hex F7 93 DF 0 28 A 3 13A 56 4D
Octal 367 223 337 0 50 12 3 472 126 115
Binary 11110111 10010011 11011111 0 101000 1010 11 100111010 1010110 1001101

Color Harmonies of #F793DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793DF

Black with #F793DF

Text Example


Text Example

White with #F793DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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