Html Css Color HEX #F796E1 Lavender Rose

📋 copy color: '#F796E1'

red 247 ◦ green 150 ◦ blue 225

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

Shades of Lavender Rose #F796E1

Tints of Lavender Rose #F796E1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.12%

 BLUE value IS 225 (88.28% from 255) = 36.17%

R = 39.71%
G = 24.12%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F796E1 (or 0xF796E1) is known color: Lavender Rose. HEX triplet: F7, 96 and E1. RGB value is (247,150,225). Sum of RGB (Red+Green+Blue) = 247+150+225=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F796E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796E1 is #08691E. Grayscale: #BBBBBB. Windows color (decimal): -551199 or 14784247. OLE color: 14784247.

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

Color convert

RGB 247 150 225 -
CMYK 0 0.39 0.09 0.03
HSL 313.61º 0.86% 0.78% -
HSV(B) 313.61º 0.39% 0.97% -
XYZ 62.85 47.02 77 -
YUV 187.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 247 150 225 0 0.39 0.09 0.03 313.61 0.86 0.78
Hex F7 96 E1 0 27 9 3 13A 56 4E
Octal 367 226 341 0 47 11 3 472 126 116
Binary 11110111 10010110 11100001 0 100111 1001 11 100111010 1010110 1001110

Color Harmonies of #F796E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F796E1

Black with #F796E1

Text Example


Text Example

White with #F796E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F796E1; }

 p { color: rgb(247,150,225); }

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

background-color css

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

 a { background-color: rgb(247,150,225); }

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

border-color css

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

 span { border-color: rgb(247,150,225); }

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