Html Css Color HEX #F692DC Lavender Rose

📋 copy color: '#F692DC'

red 246 ◦ green 146 ◦ blue 220

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

Shades of Lavender Rose #F692DC

Tints of Lavender Rose #F692DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.86%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 40.2%
G = 23.86%
B = 35.95%

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

#F692DC (or 0xF692DC) is known color: Lavender Rose. HEX triplet: F6, 92 and DC. RGB value is (246,146,220). Sum of RGB (Red+Green+Blue) = 246+146+220=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F692DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692DC is #096D23. Grayscale: #B8B8B8. Windows color (decimal): -617764 or 14455542. OLE color: 14455542.

HSL color Cylindrical-coordinate representation of color #F692DC: hue angle of 315.6º 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 #F692DC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 146 220 -
CMYK 0 0.41 0.11 0.04
HSL 315.6º 0.85% 0.77% -
HSV(B) 315.6º 0.41% 0.96% -
XYZ 61.2 45.32 73.23 -
YUV 184.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 246 146 220 0 0.41 0.11 0.04 315.6 0.85 0.77
Hex F6 92 DC 0 29 B 4 13C 55 4D
Octal 366 222 334 0 51 13 4 474 125 115
Binary 11110110 10010010 11011100 0 101001 1011 100 100111100 1010101 1001101

Color Harmonies of #F692DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F692DC

Black with #F692DC

Text Example


Text Example

White with #F692DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F692DC; }

 p { color: rgb(246,146,220); }

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

background-color css

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

 a { background-color: rgb(246,146,220); }

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

border-color css

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

 span { border-color: rgb(246,146,220); }

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