Html Css Color HEX #F795DF Lavender Rose

📋 copy color: '#F795DF'

red 247 ◦ green 149 ◦ blue 223

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

Shades of Lavender Rose #F795DF

Tints of Lavender Rose #F795DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.07%

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

R = 39.9%
G = 24.07%
B = 36.03%

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

#F795DF (or 0xF795DF) is known color: Lavender Rose. HEX triplet: F7, 95 and DF. RGB value is (247,149,223). Sum of RGB (Red+Green+Blue) = 247+149+223=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F795DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795DF is #086A20. Grayscale: #BABABA. Windows color (decimal): -551457 or 14652919. OLE color: 14652919.

HSL color Cylindrical-coordinate representation of color #F795DF: hue angle of 314.69º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795DF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 149 223 -
CMYK 0 0.40 0.10 0.03
HSL 314.69º 0.86% 0.78% -
HSV(B) 314.69º 0.4% 0.97% -
XYZ 62.42 46.6 75.52 -
YUV 186.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 247 149 223 0 0.40 0.10 0.03 314.69 0.86 0.78
Hex F7 95 DF 0 28 A 3 13B 56 4E
Octal 367 225 337 0 50 12 3 473 126 116
Binary 11110111 10010101 11011111 0 101000 1010 11 100111011 1010110 1001110

Color Harmonies of #F795DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F795DF

Black with #F795DF

Text Example


Text Example

White with #F795DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F795DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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