Html Css Color HEX #F794DF Lavender Rose

📋 copy color: '#F794DF'

red 247 ◦ green 148 ◦ blue 223

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

Shades of Lavender Rose #F794DF

Tints of Lavender Rose #F794DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.95%

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

R = 39.97%
G = 23.95%
B = 36.08%

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

#F794DF (or 0xF794DF) is known color: Lavender Rose. HEX triplet: F7, 94 and DF. RGB value is (247,148,223). Sum of RGB (Red+Green+Blue) = 247+148+223=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F794DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794DF is #086B20. Grayscale: #B9B9B9. Windows color (decimal): -551713 or 14652663. OLE color: 14652663.

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

Color convert

RGB 247 148 223 -
CMYK 0 0.40 0.10 0.03
HSL 314.55º 0.86% 0.77% -
HSV(B) 314.55º 0.4% 0.97% -
XYZ 62.27 46.28 75.46 -
YUV 186.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 247 148 223 0 0.40 0.10 0.03 314.55 0.86 0.77
Hex F7 94 DF 0 28 A 3 13B 56 4D
Octal 367 224 337 0 50 12 3 473 126 115
Binary 11110111 10010100 11011111 0 101000 1010 11 100111011 1010110 1001101

Color Harmonies of #F794DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F794DF

Black with #F794DF

Text Example


Text Example

White with #F794DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F794DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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