Html Css Color HEX #F691DA Lavender Rose

📋 copy color: '#F691DA'

red 246 ◦ green 145 ◦ blue 218

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

Shades of Lavender Rose #F691DA

Tints of Lavender Rose #F691DA

RGB

 RED value IS 246 (96.48% from 255) = 40.39%

 GREEN value IS 145 (57.03% from 255) = 23.81%

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

R = 40.39%
G = 23.81%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F691DA (or 0xF691DA) is known color: Lavender Rose. HEX triplet: F6, 91 and DA. RGB value is (246,145,218). Sum of RGB (Red+Green+Blue) = 246+145+218=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F691DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691DA is #096E25. Grayscale: #B7B7B7. Windows color (decimal): -618022 or 14324214. OLE color: 14324214.

HSL color Cylindrical-coordinate representation of color #F691DA: hue angle of 316.63º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F691DA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 145 218 -
CMYK 0 0.41 0.11 0.04
HSL 316.63º 0.85% 0.77% -
HSV(B) 316.63º 0.41% 0.96% -
XYZ 60.79 44.91 71.79 -
YUV 183.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 246 145 218 0 0.41 0.11 0.04 316.63 0.85 0.77
Hex F6 91 DA 0 29 B 4 13D 55 4D
Octal 366 221 332 0 51 13 4 475 125 115
Binary 11110110 10010001 11011010 0 101001 1011 100 100111101 1010101 1001101

Color Harmonies of #F691DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F691DA

Black with #F691DA

Text Example


Text Example

White with #F691DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F691DA; }

 p { color: rgb(246,145,218); }

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

background-color css

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

 a { background-color: rgb(246,145,218); }

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

border-color css

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

 span { border-color: rgb(246,145,218); }

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