Html Css Color HEX #F694DA Lavender Rose

📋 copy color: '#F694DA'

red 246 ◦ green 148 ◦ blue 218

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

Shades of Lavender Rose #F694DA

Tints of Lavender Rose #F694DA

RGB

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

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

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

R = 40.2%
G = 24.18%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F694DA (or 0xF694DA) is known color: Lavender Rose. HEX triplet: F6, 94 and DA. RGB value is (246,148,218). Sum of RGB (Red+Green+Blue) = 246+148+218=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F694DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694DA is #096B25. Grayscale: #B9B9B9. Windows color (decimal): -617254 or 14324982. OLE color: 14324982.

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

Color convert

RGB 246 148 218 -
CMYK 0 0.40 0.11 0.04
HSL 317.14º 0.84% 0.77% -
HSV(B) 317.14º 0.4% 0.96% -
XYZ 61.25 45.83 71.95 -
YUV 185.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 246 148 218 0 0.40 0.11 0.04 317.14 0.84 0.77
Hex F6 94 DA 0 28 B 4 13D 54 4D
Octal 366 224 332 0 50 13 4 475 124 115
Binary 11110110 10010100 11011010 0 101000 1011 100 100111101 1010100 1001101

Color Harmonies of #F694DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694DA

Black with #F694DA

Text Example


Text Example

White with #F694DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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