Html Css Color HEX #F793DA Lavender Rose

📋 copy color: '#F793DA'

red 247 ◦ green 147 ◦ blue 218

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

Shades of Lavender Rose #F793DA

Tints of Lavender Rose #F793DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 40.36%
G = 24.02%
B = 35.62%

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

#F793DA (or 0xF793DA) is known color: Lavender Rose. HEX triplet: F7, 93 and DA. RGB value is (247,147,218). Sum of RGB (Red+Green+Blue) = 247+147+218=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F793DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793DA is #086C25. Grayscale: #B8B8B8. Windows color (decimal): -551974 or 14324727. OLE color: 14324727.

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

Color convert

RGB 247 147 218 -
CMYK 0 0.40 0.12 0.03
HSL 317.4º 0.86% 0.77% -
HSV(B) 317.4º 0.4% 0.97% -
XYZ 61.45 45.7 71.91 -
YUV 184.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 247 147 218 0 0.40 0.12 0.03 317.4 0.86 0.77
Hex F7 93 DA 0 28 C 3 13D 56 4D
Octal 367 223 332 0 50 14 3 475 126 115
Binary 11110111 10010011 11011010 0 101000 1100 11 100111101 1010110 1001101

Color Harmonies of #F793DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F793DA

Black with #F793DA

Text Example


Text Example

White with #F793DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F793DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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