Html Css Color HEX #F790DA Lavender Rose

📋 copy color: '#F790DA'

red 247 ◦ green 144 ◦ blue 218

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

Shades of Lavender Rose #F790DA

Tints of Lavender Rose #F790DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.65%

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

R = 40.56%
G = 23.65%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F790DA (or 0xF790DA) is known color: Lavender Rose. HEX triplet: F7, 90 and DA. RGB value is (247,144,218). Sum of RGB (Red+Green+Blue) = 247+144+218=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F790DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790DA is #086F25. Grayscale: #B7B7B7. Windows color (decimal): -552742 or 14323959. OLE color: 14323959.

HSL color Cylindrical-coordinate representation of color #F790DA: hue angle of 316.89º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790DA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 144 218 -
CMYK 0 0.42 0.12 0.03
HSL 316.89º 0.87% 0.77% -
HSV(B) 316.89º 0.42% 0.97% -
XYZ 60.99 44.78 71.76 -
YUV 183.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 247 144 218 0 0.42 0.12 0.03 316.89 0.87 0.77
Hex F7 90 DA 0 2A C 3 13D 57 4D
Octal 367 220 332 0 52 14 3 475 127 115
Binary 11110111 10010000 11011010 0 101010 1100 11 100111101 1010111 1001101

Color Harmonies of #F790DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F790DA

Black with #F790DA

Text Example


Text Example

White with #F790DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F790DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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